Html Css Color HEX #631473 Seance

📋 copy color: '#631473'

red 99 ◦ green 20 ◦ blue 115

#631473
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seance #631473

Tints of Seance #631473

RGB

 RED value IS 99 (39.06% from 255) = 42.31%

 GREEN value IS 20 (8.2% from 255) = 8.55%

 BLUE value IS 115 (45.31% from 255) = 49.15%

R = 42.31%
G = 8.55%
B = 49.15%

CMYK

 C value IS 0.14

 M value IS 0.83

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#631473 (or 0x631473) is known color: Seance. HEX triplet: 63, 14 and 73. RGB value is (99,20,115). Sum of RGB (Red+Green+Blue) = 99+20+115=234 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.31% from 234); Green value is 20 (8.20% from 255 or 8.55% from 234); Blue value is 115 (45.31% from 255 or 49.15% from 234); Max value from RGB is 115 - color contains mainly: blue. Hex color #631473 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631473 is #9CEB8C. Grayscale: #363636. Windows color (decimal): -10283917 or 7541859. OLE color: 7541859.

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

Color convert

RGB 99 20 115 -
CMYK 0.14 0.83 0 0.55
HSL 289.89º 0.7% 0.26% -
HSV(B) 289.89º 0.83% 0.45% -
XYZ 8.49 4.39 16.62 -
YUV 54.45 162.17 159.78 -
System Red Green Blue C M Y K H S L
Decimal 99 20 115 0.14 0.83 0 0.55 289.89 0.7 0.26
Hex 63 14 73 E 53 0 37 122 46 1A
Octal 143 24 163 16 123 0 67 442 106 32
Binary 1100011 10100 1110011 1110 1010011 0 110111 100100010 1000110 11010

Color Harmonies of #631473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631473

Black with #631473

Text Example


Text Example

White with #631473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631473; }

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

 H1.HeaderClassName
 {
   color: #631473;
 }
 .AnyTagClassName
 {
   color: #631473;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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