#6C06BD

Color #6C06BD Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6C06BD

Tints of Purple Heart #6C06BD

Color information

#6C06BD (or 0x6C06BD) is unknown color: approx Purple Heart. HEX triplet: 6C, 06 and BD. RGB value is (108,6,189). Sum of RGB (Red+Green+Blue) = 108+6+189=303 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.64% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 189 (74.22% from 255 or 62.38% from 303); Max value from RGB is 189 - color contains mainly: blue. Hex color #6C06BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C06BD is #93F942. Grayscale: #383838. Windows color (decimal): -9697603 or 12387948. OLE color: 12387948.

HSL color Cylindrical-coordinate representation of color #6C06BD: hue angle of 273.44º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6C06BD is Cyan = 0.43, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1086189-
CMYK0.430.9700.26
HSL273.44º93.85%38.24%-
HSV(B)273.44º96.83%74.12%-
XYZ15.436.9948.68-
YUV57.36202.29164.12-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.64%
GREEN value IS 6 (2.73% from 255) = 1.98%
BLUE value IS 189 (74.22% from 255) = 62.38%
R=35.64%
G=1.98%
B=62.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal10861890.430.9700.26273.4493.8538.24
Hex6C6BD2B6101A1115e26
Octal15462755314103242113646
Binary11011001101011110110101111000010110101000100011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C06BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,6,189); }

 H1.HeaderClassName
 {
   color: #6C06BD;
 }
 .AnyTagClassName
 {
   color: #6C06BD;
 }
</style>
background-color css

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

 a { background-color: rgb(108,6,189); }

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

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

 span { border-color: rgb(108,6,189); }

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