#631EA5

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

Shades of Purple Heart #631EA5

Tints of Purple Heart #631EA5

Color information

#631EA5 (or 0x631EA5) is unknown color: approx Purple Heart. HEX triplet: 63, 1E and A5. RGB value is (99,30,165). Sum of RGB (Red+Green+Blue) = 99+30+165=294 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.67% from 294); Green value is 30 (12.11% from 255 or 10.20% from 294); Blue value is 165 (64.84% from 255 or 56.12% from 294); Max value from RGB is 165 - color contains mainly: blue. Hex color #631EA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #631EA5 is #9CE15A. Grayscale: #414141. Windows color (decimal): -10281307 or 10821219. OLE color: 10821219.

HSL color Cylindrical-coordinate representation of color #631EA5: hue angle of 270.67º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #631EA5 is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB9930165-
CMYK0.400.8200.35
HSL270.67º69.23%38.24%-
HSV(B)270.67º81.82%64.71%-
XYZ12.46.336.16-
YUV66.02183.86151.52-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.67%
GREEN value IS 30 (12.11% from 255) = 10.20%
BLUE value IS 165 (64.84% from 255) = 56.12%
R=33.67%
G=10.20%
B=56.12%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal99301650.400.8200.35270.6769.2338.24
Hex631EA5285202310f4526
Octal143362455012204341710546
Binary11000111111010100101101000101001001000111000011111000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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