#6B0BC6

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

Shades of Purple Heart #6B0BC6

Tints of Purple Heart #6B0BC6

Color information

#6B0BC6 (or 0x6B0BC6) is unknown color: approx Purple Heart. HEX triplet: 6B, 0B and C6. RGB value is (107,11,198). Sum of RGB (Red+Green+Blue) = 107+11+198=316 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.86% from 316); Green value is 11 (4.69% from 255 or 3.48% from 316); Blue value is 198 (77.73% from 255 or 62.66% from 316); Max value from RGB is 198 - color contains mainly: blue. Hex color #6B0BC6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B0BC6 is #94F439. Grayscale: #3C3C3C. Windows color (decimal): -9761850 or 12979051. OLE color: 12979051.

HSL color Cylindrical-coordinate representation of color #6B0BC6: hue angle of 270.8º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6B0BC6 is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB10711198-
CMYK0.460.9400.22
HSL270.8º89.47%40.98%-
HSV(B)270.8º94.44%77.65%-
XYZ16.387.4454-
YUV61.02205.3160.79-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.86%
GREEN value IS 11 (4.69% from 255) = 3.48%
BLUE value IS 198 (77.73% from 255) = 62.66%
R=33.86%
G=3.48%
B=62.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal107111980.460.9400.22270.889.4740.98
Hex6BBC62E5E01610f5929
Octal153133065613602641713151
Binary110101110111100011010111010111100101101000011111011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,11,198); }

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

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

 a { background-color: rgb(107,11,198); }

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

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

 span { border-color: rgb(107,11,198); }

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