#631472

Color #631472 Seance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seance #631472

Tints of Seance #631472

Color information

#631472 (or 0x631472) is unknown color: approx Seance. HEX triplet: 63, 14 and 72. RGB value is (99,20,114). Sum of RGB (Red+Green+Blue) = 99+20+114=233 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.49% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 114 (44.92% from 255 or 48.93% from 233); Max value from RGB is 114 - color contains mainly: blue. Hex color #631472 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631472 is #9CEB8D. Grayscale: #363636. Windows color (decimal): -10283918 or 7476323. OLE color: 7476323.

HSL color Cylindrical-coordinate representation of color #631472: hue angle of 290.43º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #631472 is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9920114-
CMYK0.130.8200.55
HSL290.43º70.15%26.27%-
HSV(B)290.43º82.46%44.71%-
XYZ8.434.3716.32-
YUV54.34161.67159.86-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.49%
GREEN value IS 20 (8.20% from 255) = 8.58%
BLUE value IS 114 (44.92% from 255) = 48.93%
R=42.49%
G=8.58%
B=48.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal99201140.130.8200.55290.4370.1526.27
Hex631472D52037122461a
Octal143241621512206744210632
Binary1100011101001110010110110100100110111100100010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631472; }

 p { color: rgb(99,20,114); }

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

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

 a { background-color: rgb(99,20,114); }

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

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

 span { border-color: rgb(99,20,114); }

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