Html Css Color HEX #6C0CAB Purple Heart

📋 copy color: '#6C0CAB'

red 108 ◦ green 12 ◦ blue 171

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

Shades of Purple Heart #6C0CAB

Tints of Purple Heart #6C0CAB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.12%

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

R = 37.11%
G = 4.12%
B = 58.76%

CMYK

 C value IS 0.37

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6C0CAB (or 0x6C0CAB) is known color: Purple Heart. HEX triplet: 6C, 0C and AB. RGB value is (108,12,171). Sum of RGB (Red+Green+Blue) = 108+12+171=291 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.11% from 291); Green value is 12 (5.08% from 255 or 4.12% from 291); Blue value is 171 (67.19% from 255 or 58.76% from 291); Max value from RGB is 171 - color contains mainly: blue. Hex color #6C0CAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0CAB is #93F354. Grayscale: #3A3A3A. Windows color (decimal): -9696085 or 11209836. OLE color: 11209836.

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

Color convert

RGB 108 12 171 -
CMYK 0.37 0.93 0 0.33
HSL 276.23º 0.87% 0.36% -
HSV(B) 276.23º 0.93% 0.67% -
XYZ 13.67 6.39 39.04 -
YUV 58.83 191.3 163.07 -
System Red Green Blue C M Y K H S L
Decimal 108 12 171 0.37 0.93 0 0.33 276.23 0.87 0.36
Hex 6C C AB 25 5D 0 21 114 57 24
Octal 154 14 253 45 135 0 41 424 127 44
Binary 1101100 1100 10101011 100101 1011101 0 100001 100010100 1010111 100100

Color Harmonies of #6C0CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0CAB

Black with #6C0CAB

Text Example


Text Example

White with #6C0CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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