Html Css Color HEX #6C0AAC Purple Heart

📋 copy color: '#6C0AAC'

red 108 ◦ green 10 ◦ blue 172

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

Shades of Purple Heart #6C0AAC

Tints of Purple Heart #6C0AAC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.45%

 BLUE value IS 172 (67.58% from 255) = 59.31%

R = 37.24%
G = 3.45%
B = 59.31%

CMYK

 C value IS 0.37

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6C0AAC (or 0x6C0AAC) is known color: Purple Heart. HEX triplet: 6C, 0A and AC. RGB value is (108,10,172). Sum of RGB (Red+Green+Blue) = 108+10+172=290 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.24% from 290); Green value is 10 (4.30% from 255 or 3.45% from 290); Blue value is 172 (67.58% from 255 or 59.31% from 290); Max value from RGB is 172 - color contains mainly: blue. Hex color #6C0AAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0AAC is #93F553. Grayscale: #393939. Windows color (decimal): -9696596 or 11274860. OLE color: 11274860.

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

Color convert

RGB 108 10 172 -
CMYK 0.37 0.94 0 0.33
HSL 276.3º 0.89% 0.36% -
HSV(B) 276.3º 0.94% 0.67% -
XYZ 13.74 6.38 39.54 -
YUV 57.77 192.47 163.83 -
System Red Green Blue C M Y K H S L
Decimal 108 10 172 0.37 0.94 0 0.33 276.3 0.89 0.36
Hex 6C A AC 25 5E 0 21 114 59 24
Octal 154 12 254 45 136 0 41 424 131 44
Binary 1101100 1010 10101100 100101 1011110 0 100001 100010100 1011001 100100

Color Harmonies of #6C0AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0AAC

Black with #6C0AAC

Text Example


Text Example

White with #6C0AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,10,172); }

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

background-color css

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

 a { background-color: rgb(108,10,172); }

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

border-color css

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

 span { border-color: rgb(108,10,172); }

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