#6431DE

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

Shades of Purple Heart #6431DE

Tints of Purple Heart #6431DE

Color information

#6431DE (or 0x6431DE) is unknown color: approx Purple Heart. HEX triplet: 64, 31 and DE. RGB value is (100,49,222). Sum of RGB (Red+Green+Blue) = 100+49+222=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 49 (19.53% from 255 or 13.21% from 371); Blue value is 222 (87.11% from 255 or 59.84% from 371); Max value from RGB is 222 - color contains mainly: blue. Hex color #6431DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6431DE is #9BCE21. Grayscale: #535353. Windows color (decimal): -10210850 or 14561636. OLE color: 14561636.

HSL color Cylindrical-coordinate representation of color #6431DE: hue angle of 257.69º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6431DE is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10049222-
CMYK0.550.7800.13
HSL257.69º72.38%53.14%-
HSV(B)257.69º77.93%87.06%-
XYZ19.5410.1870.04-
YUV83.97205.9139.43-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.95%
GREEN value IS 49 (19.53% from 255) = 13.21%
BLUE value IS 222 (87.11% from 255) = 59.84%
R=26.95%
G=13.21%
B=59.84%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal100492220.550.7800.13257.6972.3853.14
Hex6431DE374E0D1024835
Octal144613366711601540211065
Binary1100100110001110111101101111001110011011000000101001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6431DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6431DE; }

 p { color: rgb(100,49,222); }

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

<style>
 a { background-color: #6431DE; }

 a { background-color: rgb(100,49,222); }

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

<style>
 span { border-color: #6431DE; }

 span { border-color: rgb(100,49,222); }

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