#631DB2

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

Shades of Purple Heart #631DB2

Tints of Purple Heart #631DB2

Color information

#631DB2 (or 0x631DB2) is unknown color: approx Purple Heart. HEX triplet: 63, 1D and B2. RGB value is (99,29,178). Sum of RGB (Red+Green+Blue) = 99+29+178=306 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.35% from 306); Green value is 29 (11.72% from 255 or 9.48% from 306); Blue value is 178 (69.92% from 255 or 58.17% from 306); Max value from RGB is 178 - color contains mainly: blue. Hex color #631DB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #631DB2 is #9CE24D. Grayscale: #424242. Windows color (decimal): -10281550 or 11672931. OLE color: 11672931.

HSL color Cylindrical-coordinate representation of color #631DB2: hue angle of 268.19º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #631DB2 is Cyan = 0.44, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB9929178-
CMYK0.440.8400.30
HSL268.19º71.98%40.59%-
HSV(B)268.19º83.71%69.8%-
XYZ13.626.7542.7-
YUV66.92190.69150.88-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.35%
GREEN value IS 29 (11.72% from 255) = 9.48%
BLUE value IS 178 (69.92% from 255) = 58.17%
R=32.35%
G=9.48%
B=58.17%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal99291780.440.8400.30268.1971.9840.59
Hex631DB22C5401E10c4829
Octal143352625412403641411051
Binary1100011111011011001010110010101000111101000011001001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,29,178); }

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

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

 a { background-color: rgb(99,29,178); }

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

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

 span { border-color: rgb(99,29,178); }

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