#6B15CE

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

Shades of Purple Heart #6B15CE

Tints of Purple Heart #6B15CE

Color information

#6B15CE (or 0x6B15CE) is unknown color: approx Purple Heart. HEX triplet: 6B, 15 and CE. RGB value is (107,21,206). Sum of RGB (Red+Green+Blue) = 107+21+206=334 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.04% from 334); Green value is 21 (8.59% from 255 or 6.29% from 334); Blue value is 206 (80.86% from 255 or 61.68% from 334); Max value from RGB is 206 - color contains mainly: blue. Hex color #6B15CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B15CE is #94EA31. Grayscale: #434343. Windows color (decimal): -9759282 or 13505899. OLE color: 13505899.

HSL color Cylindrical-coordinate representation of color #6B15CE: hue angle of 267.89º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6B15CE is Cyan = 0.48, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB10721206-
CMYK0.480.9000.19
HSL267.89º81.5%44.51%-
HSV(B)267.89º89.81%80.78%-
XYZ17.478.1259.04-
YUV67.8205.99155.96-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.04%
GREEN value IS 21 (8.59% from 255) = 6.29%
BLUE value IS 206 (80.86% from 255) = 61.68%
R=32.04%
G=6.29%
B=61.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal107212060.480.9000.19267.8981.544.51
Hex6B15CE305A01310c512d
Octal153253166013202341412155
Binary1101011101011100111011000010110100100111000011001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B15CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,21,206); }

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

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

 a { background-color: rgb(107,21,206); }

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

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

 span { border-color: rgb(107,21,206); }

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