Html Css Color HEX #631275 Seance

📋 copy color: '#631275'

red 99 ◦ green 18 ◦ blue 117

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

Shades of Seance #631275

Tints of Seance #631275

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.69%

 BLUE value IS 117 (46.09% from 255) = 50%

R = 42.31%
G = 7.69%
B = 50%

CMYK

 C value IS 0.15

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#631275 (or 0x631275) is known color: Seance. HEX triplet: 63, 12 and 75. RGB value is (99,18,117). Sum of RGB (Red+Green+Blue) = 99+18+117=234 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.31% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 117 (46.09% from 255 or 50% from 234); Max value from RGB is 117 - color contains mainly: blue. Hex color #631275 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631275 is #9CED8A. Grayscale: #353535. Windows color (decimal): -10284427 or 7672419. OLE color: 7672419.

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

Color convert

RGB 99 18 117 -
CMYK 0.15 0.85 0 0.54
HSL 289.09º 0.73% 0.26% -
HSV(B) 289.09º 0.85% 0.46% -
XYZ 8.57 4.37 17.22 -
YUV 53.51 163.84 160.45 -
System Red Green Blue C M Y K H S L
Decimal 99 18 117 0.15 0.85 0 0.54 289.09 0.73 0.26
Hex 63 12 75 F 55 0 36 121 49 1A
Octal 143 22 165 17 125 0 66 441 111 32
Binary 1100011 10010 1110101 1111 1010101 0 110110 100100001 1001001 11010

Color Harmonies of #631275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631275

Black with #631275

Text Example


Text Example

White with #631275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631275; }

 p { color: rgb(99,18,117); }

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

background-color css

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

 a { background-color: rgb(99,18,117); }

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

border-color css

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

 span { border-color: rgb(99,18,117); }

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