#631DC2

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

Shades of Purple Heart #631DC2

Tints of Purple Heart #631DC2

Color information

#631DC2 (or 0x631DC2) is unknown color: approx Purple Heart. HEX triplet: 63, 1D and C2. RGB value is (99,29,194). Sum of RGB (Red+Green+Blue) = 99+29+194=322 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.75% from 322); Green value is 29 (11.72% from 255 or 9.01% from 322); Blue value is 194 (76.17% from 255 or 60.25% from 322); Max value from RGB is 194 - color contains mainly: blue. Hex color #631DC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #631DC2 is #9CE23D. Grayscale: #444444. Windows color (decimal): -10281534 or 12721507. OLE color: 12721507.

HSL color Cylindrical-coordinate representation of color #631DC2: hue angle of 265.45º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #631DC2 is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB9929194-
CMYK0.490.8500.24
HSL265.45º73.99%43.73%-
HSV(B)265.45º85.05%76.08%-
XYZ15.327.4351.66-
YUV68.74198.69149.58-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.75%
GREEN value IS 29 (11.72% from 255) = 9.01%
BLUE value IS 194 (76.17% from 255) = 60.25%
R=30.75%
G=9.01%
B=60.25%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal99291940.490.8500.24265.4573.9943.73
Hex631DC231550181094a2c
Octal143353026112503041111254
Binary1100011111011100001011000110101010110001000010011001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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