#6B0CD0

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

Shades of Purple Heart #6B0CD0

Tints of Purple Heart #6B0CD0

Color information

#6B0CD0 (or 0x6B0CD0) is unknown color: approx Purple Heart. HEX triplet: 6B, 0C and D0. RGB value is (107,12,208). Sum of RGB (Red+Green+Blue) = 107+12+208=327 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.72% from 327); Green value is 12 (5.08% from 255 or 3.67% from 327); Blue value is 208 (81.64% from 255 or 63.61% from 327); Max value from RGB is 208 - color contains mainly: blue. Hex color #6B0CD0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B0CD0 is #94F32F. Grayscale: #3E3E3E. Windows color (decimal): -9761584 or 13634667. OLE color: 13634667.

HSL color Cylindrical-coordinate representation of color #6B0CD0: hue angle of 269.08º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6B0CD0 is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB10712208-
CMYK0.490.9400.18
HSL269.08º89.09%43.14%-
HSV(B)269.08º94.23%81.57%-
XYZ17.587.9460.28-
YUV62.75209.97159.56-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.72%
GREEN value IS 12 (5.08% from 255) = 3.67%
BLUE value IS 208 (81.64% from 255) = 63.61%
R=32.72%
G=3.67%
B=63.61%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal107122080.490.9400.18269.0889.0943.14
Hex6BCD0315E01210d592b
Octal153143206113602241513153
Binary110101111001101000011000110111100100101000011011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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