#631CB5

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

Shades of Purple Heart #631CB5

Tints of Purple Heart #631CB5

Color information

#631CB5 (or 0x631CB5) is unknown color: approx Purple Heart. HEX triplet: 63, 1C and B5. RGB value is (99,28,181). Sum of RGB (Red+Green+Blue) = 99+28+181=308 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.14% from 308); Green value is 28 (11.33% from 255 or 9.09% from 308); Blue value is 181 (71.09% from 255 or 58.77% from 308); Max value from RGB is 181 - color contains mainly: blue. Hex color #631CB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #631CB5 is #9CE34A. Grayscale: #424242. Windows color (decimal): -10281803 or 11869283. OLE color: 11869283.

HSL color Cylindrical-coordinate representation of color #631CB5: hue angle of 267.84º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #631CB5 is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9928181-
CMYK0.450.8500.29
HSL267.84º73.21%40.98%-
HSV(B)267.84º84.53%70.98%-
XYZ13.96.8244.3-
YUV66.67192.52151.06-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.14%
GREEN value IS 28 (11.33% from 255) = 9.09%
BLUE value IS 181 (71.09% from 255) = 58.77%
R=32.14%
G=9.09%
B=58.77%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal99281810.450.8500.29267.8473.2140.98
Hex631CB52D5501D10c4929
Octal143342655512503541411151
Binary1100011111001011010110110110101010111011000011001001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,28,181); }

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

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

 a { background-color: rgb(99,28,181); }

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

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

 span { border-color: rgb(99,28,181); }

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