Html Css Color HEX #631874 Seance

📋 copy color: '#631874'

red 99 ◦ green 24 ◦ blue 116

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

Shades of Seance #631874

Tints of Seance #631874

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.04%

 BLUE value IS 116 (45.7% from 255) = 48.54%

R = 41.42%
G = 10.04%
B = 48.54%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#631874 (or 0x631874) is known color: Seance. HEX triplet: 63, 18 and 74. RGB value is (99,24,116). Sum of RGB (Red+Green+Blue) = 99+24+116=239 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.42% from 239); Green value is 24 (9.77% from 255 or 10.04% from 239); Blue value is 116 (45.70% from 255 or 48.54% from 239); Max value from RGB is 116 - color contains mainly: blue. Hex color #631874 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631874 is #9CE78B. Grayscale: #383838. Windows color (decimal): -10282892 or 7608419. OLE color: 7608419.

HSL color Cylindrical-coordinate representation of color #631874: hue angle of 288.91º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #631874 is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 99 24 116 -
CMYK 0.15 0.79 0 0.55
HSL 288.91º 0.66% 0.27% -
HSV(B) 288.91º 0.79% 0.45% -
XYZ 8.62 4.57 16.95 -
YUV 56.91 161.35 158.02 -
System Red Green Blue C M Y K H S L
Decimal 99 24 116 0.15 0.79 0 0.55 288.91 0.66 0.27
Hex 63 18 74 F 4F 0 37 121 42 1B
Octal 143 30 164 17 117 0 67 441 102 33
Binary 1100011 11000 1110100 1111 1001111 0 110111 100100001 1000010 11011

Color Harmonies of #631874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631874

Black with #631874

Text Example


Text Example

White with #631874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631874; }

 p { color: rgb(99,24,116); }

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

background-color css

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

 a { background-color: rgb(99,24,116); }

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

border-color css

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

 span { border-color: rgb(99,24,116); }

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