Html Css Color HEX #6C19AB Purple Heart

📋 copy color: '#6C19AB'

red 108 ◦ green 25 ◦ blue 171

#6C19AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #6C19AB

Tints of Purple Heart #6C19AB

RGB

 RED value IS 108 (42.58% from 255) = 35.53%

 GREEN value IS 25 (10.16% from 255) = 8.22%

 BLUE value IS 171 (67.19% from 255) = 56.25%

R = 35.53%
G = 8.22%
B = 56.25%

CMYK

 C value IS 0.37

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6C19AB (or 0x6C19AB) is known color: Purple Heart. HEX triplet: 6C, 19 and AB. RGB value is (108,25,171). Sum of RGB (Red+Green+Blue) = 108+25+171=304 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.53% from 304); Green value is 25 (10.16% from 255 or 8.22% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #6C19AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C19AB is #93E654. Grayscale: #414141. Windows color (decimal): -9692757 or 11213164. OLE color: 11213164.

HSL color Cylindrical-coordinate representation of color #6C19AB: hue angle of 274.11º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6C19AB is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 108 25 171 -
CMYK 0.37 0.85 0 0.33
HSL 274.11º 0.74% 0.38% -
HSV(B) 274.11º 0.85% 0.67% -
XYZ 13.88 6.82 39.11 -
YUV 66.46 187 157.63 -
System Red Green Blue C M Y K H S L
Decimal 108 25 171 0.37 0.85 0 0.33 274.11 0.74 0.38
Hex 6C 19 AB 25 55 0 21 112 4A 26
Octal 154 31 253 45 125 0 41 422 112 46
Binary 1101100 11001 10101011 100101 1010101 0 100001 100010010 1001010 100110

Color Harmonies of #6C19AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C19AB

Black with #6C19AB

Text Example


Text Example

White with #6C19AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C19AB; }

 p { color: rgb(108,25,171); }

 H1.HeaderClassName
 {
   color: #6C19AB;
 }
 .AnyTagClassName
 {
   color: #6C19AB;
 }
</style>

background-color css

<style>
 a { background-color: #6C19AB; }

 a { background-color: rgb(108,25,171); }

 div.DivClassName
 {
   background-color: #6C19AB;
 }
 .BgClassName
 {
   background-color: #6C19AB;
 }
</style>

border-color css

<style>
 span { border-color: #6C19AB; }

 span { border-color: rgb(108,25,171); }

 td.TdClassName
 {
   border-color: #6C19AB;
 }
 .TagClassName
 {
   border-color: #6C19AB;
 }
</style>