Html Css Color HEX #6C19AA Purple Heart

📋 copy color: '#6C19AA'

red 108 ◦ green 25 ◦ blue 170

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

Shades of Purple Heart #6C19AA

Tints of Purple Heart #6C19AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 56.11%

R = 35.64%
G = 8.25%
B = 56.11%

CMYK

 C value IS 0.36

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6C19AA (or 0x6C19AA) is known color: Purple Heart. HEX triplet: 6C, 19 and AA. RGB value is (108,25,170). Sum of RGB (Red+Green+Blue) = 108+25+170=303 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.64% from 303); Green value is 25 (10.16% from 255 or 8.25% from 303); Blue value is 170 (66.80% from 255 or 56.11% from 303); Max value from RGB is 170 - color contains mainly: blue. Hex color #6C19AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C19AA is #93E655. Grayscale: #414141. Windows color (decimal): -9692758 or 11147628. OLE color: 11147628.

HSL color Cylindrical-coordinate representation of color #6C19AA: hue angle of 274.34º 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 #6C19AA is Cyan = 0.36, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 108 25 170 -
CMYK 0.36 0.85 0 0.33
HSL 274.34º 0.74% 0.38% -
HSV(B) 274.34º 0.85% 0.67% -
XYZ 13.79 6.79 38.61 -
YUV 66.35 186.5 157.71 -
System Red Green Blue C M Y K H S L
Decimal 108 25 170 0.36 0.85 0 0.33 274.34 0.74 0.38
Hex 6C 19 AA 24 55 0 21 112 4A 26
Octal 154 31 252 44 125 0 41 422 112 46
Binary 1101100 11001 10101010 100100 1010101 0 100001 100010010 1001010 100110

Color Harmonies of #6C19AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C19AA

Black with #6C19AA

Text Example


Text Example

White with #6C19AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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