Html Css Color HEX #631B80 Seance

📋 copy color: '#631B80'

red 99 ◦ green 27 ◦ blue 128

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

Shades of Seance #631B80

Tints of Seance #631B80

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.63%

 BLUE value IS 128 (50.39% from 255) = 50.39%

R = 38.98%
G = 10.63%
B = 50.39%

CMYK

 C value IS 0.23

 M value IS 0.79

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#631B80 (or 0x631B80) is known color: Seance. HEX triplet: 63, 1B and 80. RGB value is (99,27,128). Sum of RGB (Red+Green+Blue) = 99+27+128=254 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.98% from 254); Green value is 27 (10.94% from 255 or 10.63% from 254); Blue value is 128 (50.39% from 255 or 50.39% from 254); Max value from RGB is 128 - color contains mainly: blue. Hex color #631B80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #631B80 is #9CE47F. Grayscale: #3B3B3B. Windows color (decimal): -10282112 or 8395619. OLE color: 8395619.

HSL color Cylindrical-coordinate representation of color #631B80: hue angle of 282.77º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #631B80 is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 99 27 128 -
CMYK 0.23 0.79 0 0.50
HSL 282.77º 0.65% 0.3% -
HSV(B) 282.77º 0.79% 0.5% -
XYZ 9.43 5 20.89 -
YUV 60.04 166.35 155.79 -
System Red Green Blue C M Y K H S L
Decimal 99 27 128 0.23 0.79 0 0.50 282.77 0.65 0.3
Hex 63 1B 80 17 4F 0 32 11B 41 1E
Octal 143 33 200 27 117 0 62 433 101 36
Binary 1100011 11011 10000000 10111 1001111 0 110010 100011011 1000001 11110

Color Harmonies of #631B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631B80

Black with #631B80

Text Example


Text Example

White with #631B80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,27,128); }

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

background-color css

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

 a { background-color: rgb(99,27,128); }

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

border-color css

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

 span { border-color: rgb(99,27,128); }

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