#631ABF

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

Shades of Purple Heart #631ABF

Tints of Purple Heart #631ABF

Color information

#631ABF (or 0x631ABF) is unknown color: approx Purple Heart. HEX triplet: 63, 1A and BF. RGB value is (99,26,191). Sum of RGB (Red+Green+Blue) = 99+26+191=316 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.33% from 316); Green value is 26 (10.55% from 255 or 8.23% from 316); Blue value is 191 (75% from 255 or 60.44% from 316); Max value from RGB is 191 - color contains mainly: blue. Hex color #631ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #631ABF is #9CE540. Grayscale: #424242. Windows color (decimal): -10282305 or 12524131. OLE color: 12524131.

HSL color Cylindrical-coordinate representation of color #631ABF: hue angle of 266.55º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #631ABF is Cyan = 0.48, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9926191-
CMYK0.480.8600.25
HSL266.55º76.04%42.55%-
HSV(B)266.55º86.39%74.9%-
XYZ14.927.1549.88-
YUV66.64198.18151.08-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.33%
GREEN value IS 26 (10.55% from 255) = 8.23%
BLUE value IS 191 (75% from 255) = 60.44%
R=31.33%
G=8.23%
B=60.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal99261910.480.8600.25266.5576.0442.55
Hex631ABF305601910b4c2b
Octal143322776012603141311453
Binary1100011110101011111111000010101100110011000010111001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,26,191); }

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

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

 a { background-color: rgb(99,26,191); }

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

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

 span { border-color: rgb(99,26,191); }

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