#6312B6

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

Shades of Purple Heart #6312B6

Tints of Purple Heart #6312B6

Color information

#6312B6 (or 0x6312B6) is unknown color: approx Purple Heart. HEX triplet: 63, 12 and B6. RGB value is (99,18,182). Sum of RGB (Red+Green+Blue) = 99+18+182=299 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.11% from 299); Green value is 18 (7.42% from 255 or 6.02% from 299); Blue value is 182 (71.48% from 255 or 60.87% from 299); Max value from RGB is 182 - color contains mainly: blue. Hex color #6312B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6312B6 is #9CED49. Grayscale: #3C3C3C. Windows color (decimal): -10284362 or 11932259. OLE color: 11932259.

HSL color Cylindrical-coordinate representation of color #6312B6: hue angle of 269.63º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6312B6 is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9918182-
CMYK0.460.9000.29
HSL269.63º82%39.22%-
HSV(B)269.63º90.11%71.37%-
XYZ13.816.4644.78-
YUV60.92196.34155.16-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.11%
GREEN value IS 18 (7.42% from 255) = 6.02%
BLUE value IS 182 (71.48% from 255) = 60.87%
R=33.11%
G=6.02%
B=60.87%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal99181820.460.9000.29269.638239.22
Hex6312B62E5A01D10e5227
Octal143222665613203541612247
Binary1100011100101011011010111010110100111011000011101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6312B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6312B6; }

 p { color: rgb(99,18,182); }

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

<style>
 a { background-color: #6312B6; }

 a { background-color: rgb(99,18,182); }

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

<style>
 span { border-color: #6312B6; }

 span { border-color: rgb(99,18,182); }

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