Html Css Color HEX #6B0CAC Purple Heart

📋 copy color: '#6B0CAC'

red 107 ◦ green 12 ◦ blue 172

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

Shades of Purple Heart #6B0CAC

Tints of Purple Heart #6B0CAC

RGB

 RED value IS 107 (42.19% from 255) = 36.77%

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

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

R = 36.77%
G = 4.12%
B = 59.11%

CMYK

 C value IS 0.38

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6B0CAC (or 0x6B0CAC) is known color: Purple Heart. HEX triplet: 6B, 0C and AC. RGB value is (107,12,172). Sum of RGB (Red+Green+Blue) = 107+12+172=291 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.77% from 291); Green value is 12 (5.08% from 255 or 4.12% from 291); Blue value is 172 (67.58% from 255 or 59.11% from 291); Max value from RGB is 172 - color contains mainly: blue. Hex color #6B0CAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0CAC is #94F353. Grayscale: #3A3A3A. Windows color (decimal): -9761620 or 11275371. OLE color: 11275371.

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

Color convert

RGB 107 12 172 -
CMYK 0.38 0.93 0 0.33
HSL 275.63º 0.87% 0.36% -
HSV(B) 275.63º 0.93% 0.67% -
XYZ 13.64 6.37 39.54 -
YUV 58.65 191.97 162.49 -
System Red Green Blue C M Y K H S L
Decimal 107 12 172 0.38 0.93 0 0.33 275.63 0.87 0.36
Hex 6B C AC 26 5D 0 21 114 57 24
Octal 153 14 254 46 135 0 41 424 127 44
Binary 1101011 1100 10101100 100110 1011101 0 100001 100010100 1010111 100100

Color Harmonies of #6B0CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0CAC

Black with #6B0CAC

Text Example


Text Example

White with #6B0CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,12,172); }

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

background-color css

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

 a { background-color: rgb(107,12,172); }

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

border-color css

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

 span { border-color: rgb(107,12,172); }

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