Html Css Color HEX #631174 Seance

📋 copy color: '#631174'

red 99 ◦ green 17 ◦ blue 116

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

Shades of Seance #631174

Tints of Seance #631174

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.33%

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

R = 42.67%
G = 7.33%
B = 50%

CMYK

 C value IS 0.15

 M value IS 0.85

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#631174 (or 0x631174) is known color: Seance. HEX triplet: 63, 11 and 74. RGB value is (99,17,116). Sum of RGB (Red+Green+Blue) = 99+17+116=232 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.67% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 116 (45.70% from 255 or 50% from 232); Max value from RGB is 116 - color contains mainly: blue. Hex color #631174 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631174 is #9CEE8B. Grayscale: #343434. Windows color (decimal): -10284684 or 7606627. OLE color: 7606627.

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

Color convert

RGB 99 17 116 -
CMYK 0.15 0.85 0 0.55
HSL 289.7º 0.74% 0.26% -
HSV(B) 289.7º 0.85% 0.45% -
XYZ 8.5 4.31 16.91 -
YUV 52.8 163.67 160.95 -
System Red Green Blue C M Y K H S L
Decimal 99 17 116 0.15 0.85 0 0.55 289.7 0.74 0.26
Hex 63 11 74 F 55 0 37 122 4A 1A
Octal 143 21 164 17 125 0 67 442 112 32
Binary 1100011 10001 1110100 1111 1010101 0 110111 100100010 1001010 11010

Color Harmonies of #631174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631174

Black with #631174

Text Example


Text Example

White with #631174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631174; }

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

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

background-color css

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

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

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

border-color css

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

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

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