#631EB9

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

Shades of Purple Heart #631EB9

Tints of Purple Heart #631EB9

Color information

#631EB9 (or 0x631EB9) is unknown color: approx Purple Heart. HEX triplet: 63, 1E and B9. RGB value is (99,30,185). Sum of RGB (Red+Green+Blue) = 99+30+185=314 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.53% from 314); Green value is 30 (12.11% from 255 or 9.55% from 314); Blue value is 185 (72.66% from 255 or 58.92% from 314); Max value from RGB is 185 - color contains mainly: blue. Hex color #631EB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #631EB9 is #9CE146. Grayscale: #434343. Windows color (decimal): -10281287 or 12131939. OLE color: 12131939.

HSL color Cylindrical-coordinate representation of color #631EB9: hue angle of 266.71º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #631EB9 is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9930185-
CMYK0.460.8400.27
HSL266.71º72.09%42.16%-
HSV(B)266.71º83.78%72.55%-
XYZ14.377.0846.51-
YUV68.3193.86149.9-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.53%
GREEN value IS 30 (12.11% from 255) = 9.55%
BLUE value IS 185 (72.66% from 255) = 58.92%
R=31.53%
G=9.55%
B=58.92%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal99301850.460.8400.27266.7172.0942.16
Hex631EB92E5401B10b482a
Octal143362715612403341311052
Binary1100011111101011100110111010101000110111000010111001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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