Html Css Color HEX #631471 Seance

📋 copy color: '#631471'

red 99 ◦ green 20 ◦ blue 113

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

Shades of Seance #631471

Tints of Seance #631471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 48.71%

R = 42.67%
G = 8.62%
B = 48.71%

CMYK

 C value IS 0.12

 M value IS 0.82

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#631471 (or 0x631471) is known color: Seance. HEX triplet: 63, 14 and 71. RGB value is (99,20,113). Sum of RGB (Red+Green+Blue) = 99+20+113=232 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.67% from 232); Green value is 20 (8.20% from 255 or 8.62% from 232); Blue value is 113 (44.53% from 255 or 48.71% from 232); Max value from RGB is 113 - color contains mainly: blue. Hex color #631471 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631471 is #9CEB8E. Grayscale: #353535. Windows color (decimal): -10283919 or 7410787. OLE color: 7410787.

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

Color convert

RGB 99 20 113 -
CMYK 0.12 0.82 0 0.56
HSL 290.97º 0.7% 0.26% -
HSV(B) 290.97º 0.82% 0.44% -
XYZ 8.38 4.35 16.02 -
YUV 54.22 161.17 159.94 -
System Red Green Blue C M Y K H S L
Decimal 99 20 113 0.12 0.82 0 0.56 290.97 0.7 0.26
Hex 63 14 71 C 52 0 38 123 46 1A
Octal 143 24 161 14 122 0 70 443 106 32
Binary 1100011 10100 1110001 1100 1010010 0 111000 100100011 1000110 11010

Color Harmonies of #631471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631471

Black with #631471

Text Example


Text Example

White with #631471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631471; }

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

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

background-color css

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

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

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

border-color css

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

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

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