#6405BE

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

Shades of Purple Heart #6405BE

Tints of Purple Heart #6405BE

Color information

#6405BE (or 0x6405BE) is unknown color: approx Purple Heart. HEX triplet: 64, 05 and BE. RGB value is (100,5,190). Sum of RGB (Red+Green+Blue) = 100+5+190=295 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.90% from 295); Green value is 5 (2.34% from 255 or 1.69% from 295); Blue value is 190 (74.61% from 255 or 64.41% from 295); Max value from RGB is 190 - color contains mainly: blue. Hex color #6405BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6405BE is #9BFA41. Grayscale: #353535. Windows color (decimal): -10222146 or 12453220. OLE color: 12453220.

HSL color Cylindrical-coordinate representation of color #6405BE: hue angle of 270.81º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6405BE is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1005190-
CMYK0.470.9700.25
HSL270.81º94.87%38.24%-
HSV(B)270.81º97.37%74.51%-
XYZ14.66.5449.21-
YUV54.5204.47160.46-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.90%
GREEN value IS 5 (2.34% from 255) = 1.69%
BLUE value IS 190 (74.61% from 255) = 64.41%
R=33.90%
G=1.69%
B=64.41%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal10051900.470.9700.25270.8194.8738.24
Hex645BE2F6101910f5f26
Octal14452765714103141713746
Binary11001001011011111010111111000010110011000011111011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6405BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6405BE; }

 p { color: rgb(100,5,190); }

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

<style>
 a { background-color: #6405BE; }

 a { background-color: rgb(100,5,190); }

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

<style>
 span { border-color: #6405BE; }

 span { border-color: rgb(100,5,190); }

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