#6B15CA

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

Shades of Purple Heart #6B15CA

Tints of Purple Heart #6B15CA

Color information

#6B15CA (or 0x6B15CA) is unknown color: approx Purple Heart. HEX triplet: 6B, 15 and CA. RGB value is (107,21,202). Sum of RGB (Red+Green+Blue) = 107+21+202=330 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.42% from 330); Green value is 21 (8.59% from 255 or 6.36% from 330); Blue value is 202 (79.30% from 255 or 61.21% from 330); Max value from RGB is 202 - color contains mainly: blue. Hex color #6B15CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B15CA is #94EA35. Grayscale: #424242. Windows color (decimal): -9759286 or 13243755. OLE color: 13243755.

HSL color Cylindrical-coordinate representation of color #6B15CA: hue angle of 268.51º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6B15CA is Cyan = 0.47, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10721202-
CMYK0.470.9000.21
HSL268.51º81.17%43.73%-
HSV(B)268.51º89.6%79.22%-
XYZ16.997.9356.51-
YUV67.35203.99156.28-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.42%
GREEN value IS 21 (8.59% from 255) = 6.36%
BLUE value IS 202 (79.30% from 255) = 61.21%
R=32.42%
G=6.36%
B=61.21%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal107212020.470.9000.21268.5181.1743.73
Hex6B15CA2F5A01510d512c
Octal153253125713202541512154
Binary1101011101011100101010111110110100101011000011011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B15CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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