Html Css Color HEX #6C0BCC Purple Heart

📋 copy color: '#6C0BCC'

red 108 ◦ green 11 ◦ blue 204

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

Shades of Purple Heart #6C0BCC

Tints of Purple Heart #6C0BCC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.41%

 BLUE value IS 204 (80.08% from 255) = 63.16%

R = 33.44%
G = 3.41%
B = 63.16%

CMYK

 C value IS 0.47

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6C0BCC (or 0x6C0BCC) is known color: Purple Heart. HEX triplet: 6C, 0B and CC. RGB value is (108,11,204). Sum of RGB (Red+Green+Blue) = 108+11+204=323 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.44% from 323); Green value is 11 (4.69% from 255 or 3.41% from 323); Blue value is 204 (80.08% from 255 or 63.16% from 323); Max value from RGB is 204 - color contains mainly: blue. Hex color #6C0BCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C0BCC is #93F433. Grayscale: #3D3D3D. Windows color (decimal): -9696308 or 13372268. OLE color: 13372268.

HSL color Cylindrical-coordinate representation of color #6C0BCC: hue angle of 270.16º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6C0BCC is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 108 11 204 -
CMYK 0.47 0.95 0 0.2
HSL 270.16º 0.9% 0.42% -
HSV(B) 270.16º 0.95% 0.8% -
XYZ 17.2 7.79 57.72 -
YUV 62.01 208.14 160.81 -
System Red Green Blue C M Y K H S L
Decimal 108 11 204 0.47 0.95 0 0.2 270.16 0.9 0.42
Hex 6C B CC 2F 5F 0 14 10E 5A 2A
Octal 154 13 314 57 137 0 24 416 132 52
Binary 1101100 1011 11001100 101111 1011111 0 10100 100001110 1011010 101010

Color Harmonies of #6C0BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0BCC

Black with #6C0BCC

Text Example


Text Example

White with #6C0BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,11,204); }

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

background-color css

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

 a { background-color: rgb(108,11,204); }

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

border-color css

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

 span { border-color: rgb(108,11,204); }

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