Html Css Color HEX #631774 Seance

📋 copy color: '#631774'

red 99 ◦ green 23 ◦ blue 116

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

Shades of Seance #631774

Tints of Seance #631774

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.66%

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

R = 41.6%
G = 9.66%
B = 48.74%

CMYK

 C value IS 0.15

 M value IS 0.80

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#631774 (or 0x631774) is known color: Seance. HEX triplet: 63, 17 and 74. RGB value is (99,23,116). Sum of RGB (Red+Green+Blue) = 99+23+116=238 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.60% from 238); Green value is 23 (9.38% from 255 or 9.66% from 238); Blue value is 116 (45.70% from 255 or 48.74% from 238); Max value from RGB is 116 - color contains mainly: blue. Hex color #631774 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631774 is #9CE88B. Grayscale: #383838. Windows color (decimal): -10283148 or 7608163. OLE color: 7608163.

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

Color convert

RGB 99 23 116 -
CMYK 0.15 0.80 0 0.55
HSL 289.03º 0.67% 0.27% -
HSV(B) 289.03º 0.8% 0.45% -
XYZ 8.6 4.53 16.94 -
YUV 56.33 161.68 158.44 -
System Red Green Blue C M Y K H S L
Decimal 99 23 116 0.15 0.80 0 0.55 289.03 0.67 0.27
Hex 63 17 74 F 50 0 37 121 43 1B
Octal 143 27 164 17 120 0 67 441 103 33
Binary 1100011 10111 1110100 1111 1010000 0 110111 100100001 1000011 11011

Color Harmonies of #631774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631774

Black with #631774

Text Example


Text Example

White with #631774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631774; }

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

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

background-color css

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

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

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

border-color css

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

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

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