#631EAE

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

Shades of Purple Heart #631EAE

Tints of Purple Heart #631EAE

Color information

#631EAE (or 0x631EAE) is unknown color: approx Purple Heart. HEX triplet: 63, 1E and AE. RGB value is (99,30,174). Sum of RGB (Red+Green+Blue) = 99+30+174=303 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.67% from 303); Green value is 30 (12.11% from 255 or 9.90% from 303); Blue value is 174 (68.36% from 255 or 57.43% from 303); Max value from RGB is 174 - color contains mainly: blue. Hex color #631EAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #631EAE is #9CE151. Grayscale: #424242. Windows color (decimal): -10281298 or 11411043. OLE color: 11411043.

HSL color Cylindrical-coordinate representation of color #631EAE: hue angle of 268.75º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #631EAE is Cyan = 0.43, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9930174-
CMYK0.430.8300.32
HSL268.75º70.59%40%-
HSV(B)268.75º82.76%68.24%-
XYZ13.256.6440.63-
YUV67.05188.36150.79-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.67%
GREEN value IS 30 (12.11% from 255) = 9.90%
BLUE value IS 174 (68.36% from 255) = 57.43%
R=32.67%
G=9.90%
B=57.43%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal99301740.430.8300.32268.7570.5940
Hex631EAE2B5302010d4728
Octal143362565312304041510750
Binary11000111111010101110101011101001101000001000011011000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631EAE; }

 p { color: rgb(99,30,174); }

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

<style>
 a { background-color: #631EAE; }

 a { background-color: rgb(99,30,174); }

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

<style>
 span { border-color: #631EAE; }

 span { border-color: rgb(99,30,174); }

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