#6B15B8

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

Shades of Purple Heart #6B15B8

Tints of Purple Heart #6B15B8

Color information

#6B15B8 (or 0x6B15B8) is unknown color: approx Purple Heart. HEX triplet: 6B, 15 and B8. RGB value is (107,21,184). Sum of RGB (Red+Green+Blue) = 107+21+184=312 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.29% from 312); Green value is 21 (8.59% from 255 or 6.73% from 312); Blue value is 184 (72.27% from 255 or 58.97% from 312); Max value from RGB is 184 - color contains mainly: blue. Hex color #6B15B8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B15B8 is #94EA47. Grayscale: #404040. Windows color (decimal): -9759304 or 12064107. OLE color: 12064107.

HSL color Cylindrical-coordinate representation of color #6B15B8: hue angle of 271.66º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6B15B8 is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB10721184-
CMYK0.420.8900.28
HSL271.66º79.51%40.2%-
HSV(B)271.66º88.59%72.16%-
XYZ14.987.1245.93-
YUV65.3194.99157.75-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.29%
GREEN value IS 21 (8.59% from 255) = 6.73%
BLUE value IS 184 (72.27% from 255) = 58.97%
R=34.29%
G=6.73%
B=58.97%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal107211840.420.8900.28271.6679.5140.2
Hex6B15B82A5901C1105028
Octal153252705213103442012050
Binary1101011101011011100010101010110010111001000100001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B15B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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