Html Css Color HEX #631F6D Seance

📋 copy color: '#631F6D'

red 99 ◦ green 31 ◦ blue 109

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

Shades of Seance #631F6D

Tints of Seance #631F6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 45.61%

R = 41.42%
G = 12.97%
B = 45.61%

CMYK

 C value IS 0.09

 M value IS 0.72

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#631F6D (or 0x631F6D) is known color: Seance. HEX triplet: 63, 1F and 6D. RGB value is (99,31,109). Sum of RGB (Red+Green+Blue) = 99+31+109=239 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.42% from 239); Green value is 31 (12.5% from 255 or 12.97% from 239); Blue value is 109 (42.97% from 255 or 45.61% from 239); Max value from RGB is 109 - color contains mainly: blue. Hex color #631F6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631F6D is #9CE092. Grayscale: #3B3B3B. Windows color (decimal): -10281107 or 7151459. OLE color: 7151459.

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

Color convert

RGB 99 31 109 -
CMYK 0.09 0.72 0 0.57
HSL 292.31º 0.56% 0.27% -
HSV(B) 292.31º 0.72% 0.43% -
XYZ 8.4 4.74 14.94 -
YUV 60.22 155.53 155.66 -
System Red Green Blue C M Y K H S L
Decimal 99 31 109 0.09 0.72 0 0.57 292.31 0.56 0.27
Hex 63 1F 6D 9 48 0 39 124 38 1B
Octal 143 37 155 11 110 0 71 444 70 33
Binary 1100011 11111 1101101 1001 1001000 0 111001 100100100 111000 11011

Color Harmonies of #631F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631F6D

Black with #631F6D

Text Example


Text Example

White with #631F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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