#6b0dc8

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

Shades of Purple Heart #6B0DC8

Tints of Purple Heart #6B0DC8

Color information

#6B0DC8 (or 0x6B0DC8) is unknown color: approx Purple Heart. HEX triplet: 6B, 0D and C8. RGB value is (107,13,200). Sum of RGB (Red+Green+Blue) = 107+13+200=320 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.44% from 320); Green value is 13 (5.47% from 255 or 4.06% from 320); Blue value is 200 (78.52% from 255 or 62.5% from 320); Max value from RGB is 200 - color contains mainly: blue. Hex color #6B0DC8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B0DC8 is #94F237. Grayscale: #3D3D3D. Windows color (decimal): -9761336 or 13110635. OLE color: 13110635.

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

Color convert

RGB10713200-
CMYK0.460.9400.22
HSL270.16º87.79%41.76%-
HSV(B)270.16º93.5%78.43%-
XYZ16.637.5855.23-
YUV62.42205.64159.79-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.44%
GREEN value IS 13 (5.47% from 255) = 4.06%
BLUE value IS 200 (78.52% from 255) = 62.5%
R=33.44%
G=4.06%
B=62.5%

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
Decimal107132000.460.9400.22270.1687.7941.76
Hex6BDC82E5E01610e582a
Octal153153105613602641613052
Binary110101111011100100010111010111100101101000011101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b0dc8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,13,200); }

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

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

 a { background-color: rgb(107,13,200); }

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

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

 span { border-color: rgb(107,13,200); }

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