Html Css Color HEX #6C10AA Purple Heart

📋 copy color: '#6C10AA'

red 108 ◦ green 16 ◦ blue 170

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

Shades of Purple Heart #6C10AA

Tints of Purple Heart #6C10AA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.44%

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

R = 36.73%
G = 5.44%
B = 57.82%

CMYK

 C value IS 0.36

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6C10AA (or 0x6C10AA) is known color: Purple Heart. HEX triplet: 6C, 10 and AA. RGB value is (108,16,170). Sum of RGB (Red+Green+Blue) = 108+16+170=294 (38% of max value = 765). Red value is 108 (42.58% from 255 or 36.73% from 294); Green value is 16 (6.64% from 255 or 5.44% from 294); Blue value is 170 (66.80% from 255 or 57.82% from 294); Max value from RGB is 170 - color contains mainly: blue. Hex color #6C10AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C10AA is #93EF55. Grayscale: #3C3C3C. Windows color (decimal): -9695062 or 11145324. OLE color: 11145324.

HSL color Cylindrical-coordinate representation of color #6C10AA: hue angle of 275.84º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6C10AA is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 108 16 170 -
CMYK 0.36 0.91 0 0.33
HSL 275.84º 0.83% 0.36% -
HSV(B) 275.84º 0.91% 0.67% -
XYZ 13.63 6.46 38.56 -
YUV 61.06 189.48 161.48 -
System Red Green Blue C M Y K H S L
Decimal 108 16 170 0.36 0.91 0 0.33 275.84 0.83 0.36
Hex 6C 10 AA 24 5B 0 21 114 53 24
Octal 154 20 252 44 133 0 41 424 123 44
Binary 1101100 10000 10101010 100100 1011011 0 100001 100010100 1010011 100100

Color Harmonies of #6C10AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C10AA

Black with #6C10AA

Text Example


Text Example

White with #6C10AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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