#6415B2

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

Shades of Purple Heart #6415B2

Tints of Purple Heart #6415B2

Color information

#6415B2 (or 0x6415B2) is unknown color: approx Purple Heart. HEX triplet: 64, 15 and B2. RGB value is (100,21,178). Sum of RGB (Red+Green+Blue) = 100+21+178=299 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.44% from 299); Green value is 21 (8.59% from 255 or 7.02% from 299); Blue value is 178 (69.92% from 255 or 59.53% from 299); Max value from RGB is 178 - color contains mainly: blue. Hex color #6415B2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6415B2 is #9BEA4D. Grayscale: #3D3D3D. Windows color (decimal): -10218062 or 11670884. OLE color: 11670884.

HSL color Cylindrical-coordinate representation of color #6415B2: hue angle of 270.19º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6415B2 is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB10021178-
CMYK0.440.8800.30
HSL270.19º78.89%39.02%-
HSV(B)270.19º88.2%69.8%-
XYZ13.566.4642.65-
YUV62.52193.17154.73-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.44%
GREEN value IS 21 (8.59% from 255) = 7.02%
BLUE value IS 178 (69.92% from 255) = 59.53%
R=33.44%
G=7.02%
B=59.53%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal100211780.440.8800.30270.1978.8939.02
Hex6415B22C5801E10e4f27
Octal144252625413003641611747
Binary1100100101011011001010110010110000111101000011101001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6415B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6415B2; }

 p { color: rgb(100,21,178); }

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

<style>
 a { background-color: #6415B2; }

 a { background-color: rgb(100,21,178); }

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

<style>
 span { border-color: #6415B2; }

 span { border-color: rgb(100,21,178); }

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