#6431AE

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

Shades of Purple Heart #6431AE

Tints of Purple Heart #6431AE

Color information

#6431AE (or 0x6431AE) is unknown color: approx Purple Heart. HEX triplet: 64, 31 and AE. RGB value is (100,49,174). Sum of RGB (Red+Green+Blue) = 100+49+174=323 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.96% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 174 (68.36% from 255 or 53.87% from 323); Max value from RGB is 174 - color contains mainly: blue. Hex color #6431AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6431AE is #9BCE51. Grayscale: #4E4E4E. Windows color (decimal): -10210898 or 11415908. OLE color: 11415908.

HSL color Cylindrical-coordinate representation of color #6431AE: hue angle of 264.48º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6431AE is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10049174-
CMYK0.430.7200.32
HSL264.48º56.05%43.73%-
HSV(B)264.48º71.84%68.24%-
XYZ13.997.9640.84-
YUV78.5181.9143.34-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.96%
GREEN value IS 49 (19.53% from 255) = 15.17%
BLUE value IS 174 (68.36% from 255) = 53.87%
R=30.96%
G=15.17%
B=53.87%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal100491740.430.7200.32264.4856.0543.73
Hex6431AE2B48020108382c
Octal14461256531100404107054
Binary11001001100011010111010101110010000100000100001000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6431AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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