Html Css Color HEX #6C1CAC Purple Heart

📋 copy color: '#6C1CAC'

red 108 ◦ green 28 ◦ blue 172

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

Shades of Purple Heart #6C1CAC

Tints of Purple Heart #6C1CAC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.09%

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

R = 35.06%
G = 9.09%
B = 55.84%

CMYK

 C value IS 0.37

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6C1CAC (or 0x6C1CAC) is known color: Purple Heart. HEX triplet: 6C, 1C and AC. RGB value is (108,28,172). Sum of RGB (Red+Green+Blue) = 108+28+172=308 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.06% from 308); Green value is 28 (11.33% from 255 or 9.09% from 308); Blue value is 172 (67.58% from 255 or 55.84% from 308); Max value from RGB is 172 - color contains mainly: blue. Hex color #6C1CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C1CAC is #93E353. Grayscale: #434343. Windows color (decimal): -9691988 or 11279468. OLE color: 11279468.

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

Color convert

RGB 108 28 172 -
CMYK 0.37 0.84 0 0.33
HSL 273.33º 0.72% 0.39% -
HSV(B) 273.33º 0.84% 0.67% -
XYZ 14.05 7 39.64 -
YUV 68.34 186.5 156.29 -
System Red Green Blue C M Y K H S L
Decimal 108 28 172 0.37 0.84 0 0.33 273.33 0.72 0.39
Hex 6C 1C AC 25 54 0 21 111 48 27
Octal 154 34 254 45 124 0 41 421 110 47
Binary 1101100 11100 10101100 100101 1010100 0 100001 100010001 1001000 100111

Color Harmonies of #6C1CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1CAC

Black with #6C1CAC

Text Example


Text Example

White with #6C1CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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