Html Css Color HEX #631377 Seance

📋 copy color: '#631377'

red 99 ◦ green 19 ◦ blue 119

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

Shades of Seance #631377

Tints of Seance #631377

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.02%

 BLUE value IS 119 (46.88% from 255) = 50.21%

R = 41.77%
G = 8.02%
B = 50.21%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#631377 (or 0x631377) is known color: Seance. HEX triplet: 63, 13 and 77. RGB value is (99,19,119). Sum of RGB (Red+Green+Blue) = 99+19+119=237 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.77% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 119 (46.88% from 255 or 50.21% from 237); Max value from RGB is 119 - color contains mainly: blue. Hex color #631377 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631377 is #9CEC88. Grayscale: #363636. Windows color (decimal): -10284169 or 7803747. OLE color: 7803747.

HSL color Cylindrical-coordinate representation of color #631377: hue angle of 288º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #631377 is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 99 19 119 -
CMYK 0.17 0.84 0 0.53
HSL 288º 0.72% 0.27% -
HSV(B) 288º 0.84% 0.47% -
XYZ 8.71 4.45 17.85 -
YUV 54.32 164.5 159.87 -
System Red Green Blue C M Y K H S L
Decimal 99 19 119 0.17 0.84 0 0.53 288 0.72 0.27
Hex 63 13 77 11 54 0 35 120 48 1B
Octal 143 23 167 21 124 0 65 440 110 33
Binary 1100011 10011 1110111 10001 1010100 0 110101 100100000 1001000 11011

Color Harmonies of #631377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631377

Black with #631377

Text Example


Text Example

White with #631377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631377; }

 p { color: rgb(99,19,119); }

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

background-color css

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

 a { background-color: rgb(99,19,119); }

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

border-color css

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

 span { border-color: rgb(99,19,119); }

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