Html Css Color HEX #631F6E Seance

📋 copy color: '#631F6E'

red 99 ◦ green 31 ◦ blue 110

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

Shades of Seance #631F6E

Tints of Seance #631F6E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.92%

 BLUE value IS 110 (43.36% from 255) = 45.83%

R = 41.25%
G = 12.92%
B = 45.83%

CMYK

 C value IS 0.1

 M value IS 0.72

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#631F6E (or 0x631F6E) is known color: Seance. HEX triplet: 63, 1F and 6E. RGB value is (99,31,110). Sum of RGB (Red+Green+Blue) = 99+31+110=240 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.25% from 240); Green value is 31 (12.5% from 255 or 12.92% from 240); Blue value is 110 (43.36% from 255 or 45.83% from 240); Max value from RGB is 110 - color contains mainly: blue. Hex color #631F6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631F6E is #9CE091. Grayscale: #3C3C3C. Windows color (decimal): -10281106 or 7216995. OLE color: 7216995.

HSL color Cylindrical-coordinate representation of color #631F6E: hue angle of 291.65º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #631F6E is Cyan = 0.1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 99 31 110 -
CMYK 0.1 0.72 0 0.57
HSL 291.65º 0.56% 0.28% -
HSV(B) 291.65º 0.72% 0.43% -
XYZ 8.45 4.76 15.22 -
YUV 60.34 156.03 155.58 -
System Red Green Blue C M Y K H S L
Decimal 99 31 110 0.1 0.72 0 0.57 291.65 0.56 0.28
Hex 63 1F 6E A 48 0 39 124 38 1C
Octal 143 37 156 12 110 0 71 444 70 34
Binary 1100011 11111 1101110 1010 1001000 0 111001 100100100 111000 11100

Color Harmonies of #631F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631F6E

Black with #631F6E

Text Example


Text Example

White with #631F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631F6E; }

 p { color: rgb(99,31,110); }

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

background-color css

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

 a { background-color: rgb(99,31,110); }

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

border-color css

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

 span { border-color: rgb(99,31,110); }

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