Html Css Color HEX #631273 Seance

📋 copy color: '#631273'

red 99 ◦ green 18 ◦ blue 115

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

Shades of Seance #631273

Tints of Seance #631273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 49.57%

R = 42.67%
G = 7.76%
B = 49.57%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#631273 (or 0x631273) is known color: Seance. HEX triplet: 63, 12 and 73. RGB value is (99,18,115). Sum of RGB (Red+Green+Blue) = 99+18+115=232 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.67% from 232); Green value is 18 (7.42% from 255 or 7.76% from 232); Blue value is 115 (45.31% from 255 or 49.57% from 232); Max value from RGB is 115 - color contains mainly: blue. Hex color #631273 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631273 is #9CED8C. Grayscale: #343434. Windows color (decimal): -10284429 or 7541347. OLE color: 7541347.

HSL color Cylindrical-coordinate representation of color #631273: hue angle of 290.1º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #631273 is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 99 18 115 -
CMYK 0.14 0.84 0 0.55
HSL 290.1º 0.73% 0.26% -
HSV(B) 290.1º 0.84% 0.45% -
XYZ 8.46 4.32 16.61 -
YUV 53.28 162.84 160.61 -
System Red Green Blue C M Y K H S L
Decimal 99 18 115 0.14 0.84 0 0.55 290.1 0.73 0.26
Hex 63 12 73 E 54 0 37 122 49 1A
Octal 143 22 163 16 124 0 67 442 111 32
Binary 1100011 10010 1110011 1110 1010100 0 110111 100100010 1001001 11010

Color Harmonies of #631273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631273

Black with #631273

Text Example


Text Example

White with #631273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631273; }

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

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

background-color css

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

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

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

border-color css

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

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

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