Html Css Color HEX #631074 Seance

📋 copy color: '#631074'

red 99 ◦ green 16 ◦ blue 116

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

Shades of Seance #631074

Tints of Seance #631074

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.93%

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

R = 42.86%
G = 6.93%
B = 50.22%

CMYK

 C value IS 0.15

 M value IS 0.86

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#631074 (or 0x631074) is known color: Seance. HEX triplet: 63, 10 and 74. RGB value is (99,16,116). Sum of RGB (Red+Green+Blue) = 99+16+116=231 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.86% from 231); Green value is 16 (6.64% from 255 or 6.93% from 231); Blue value is 116 (45.70% from 255 or 50.22% from 231); Max value from RGB is 116 - color contains mainly: blue. Hex color #631074 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631074 is #9CEF8B. Grayscale: #333333. Windows color (decimal): -10284940 or 7606371. OLE color: 7606371.

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

Color convert

RGB 99 16 116 -
CMYK 0.15 0.86 0 0.55
HSL 289.8º 0.76% 0.26% -
HSV(B) 289.8º 0.86% 0.45% -
XYZ 8.48 4.28 16.9 -
YUV 52.22 164 161.37 -
System Red Green Blue C M Y K H S L
Decimal 99 16 116 0.15 0.86 0 0.55 289.8 0.76 0.26
Hex 63 10 74 F 56 0 37 122 4C 1A
Octal 143 20 164 17 126 0 67 442 114 32
Binary 1100011 10000 1110100 1111 1010110 0 110111 100100010 1001100 11010

Color Harmonies of #631074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631074

Black with #631074

Text Example


Text Example

White with #631074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631074; }

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

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

background-color css

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

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

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

border-color css

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

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

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