Html Css Color HEX #631378 Seance

📋 copy color: '#631378'

red 99 ◦ green 19 ◦ blue 120

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

Shades of Seance #631378

Tints of Seance #631378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 50.42%

R = 41.6%
G = 7.98%
B = 50.42%

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

#631378 (or 0x631378) is known color: Seance. HEX triplet: 63, 13 and 78. RGB value is (99,19,120). Sum of RGB (Red+Green+Blue) = 99+19+120=238 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.60% from 238); Green value is 19 (7.81% from 255 or 7.98% from 238); Blue value is 120 (47.27% from 255 or 50.42% from 238); Max value from RGB is 120 - color contains mainly: blue. Hex color #631378 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631378 is #9CEC87. Grayscale: #363636. Windows color (decimal): -10284168 or 7869283. OLE color: 7869283.

HSL color Cylindrical-coordinate representation of color #631378: hue angle of 287.52º degrees, saturation: 0.73, 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 #631378 is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 99 19 120 -
CMYK 0.17 0.84 0 0.53
HSL 287.52º 0.73% 0.27% -
HSV(B) 287.52º 0.84% 0.47% -
XYZ 8.77 4.47 18.17 -
YUV 54.43 165 159.79 -
System Red Green Blue C M Y K H S L
Decimal 99 19 120 0.17 0.84 0 0.53 287.52 0.73 0.27
Hex 63 13 78 11 54 0 35 120 49 1B
Octal 143 23 170 21 124 0 65 440 111 33
Binary 1100011 10011 1111000 10001 1010100 0 110101 100100000 1001001 11011

Color Harmonies of #631378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631378

Black with #631378

Text Example


Text Example

White with #631378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631378; }

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

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

background-color css

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

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

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

border-color css

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

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

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