Html Css Color HEX #631270 Seance

📋 copy color: '#631270'

red 99 ◦ green 18 ◦ blue 112

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

Shades of Seance #631270

Tints of Seance #631270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 48.91%

R = 43.23%
G = 7.86%
B = 48.91%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#631270 (or 0x631270) is known color: Seance. HEX triplet: 63, 12 and 70. RGB value is (99,18,112). Sum of RGB (Red+Green+Blue) = 99+18+112=229 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.23% from 229); Green value is 18 (7.42% from 255 or 7.86% from 229); Blue value is 112 (44.14% from 255 or 48.91% from 229); Max value from RGB is 112 - color contains mainly: blue. Hex color #631270 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631270 is #9CED8F. Grayscale: #343434. Windows color (decimal): -10284432 or 7344739. OLE color: 7344739.

HSL color Cylindrical-coordinate representation of color #631270: hue angle of 291.7º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #631270 is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 99 18 112 -
CMYK 0.12 0.84 0 0.56
HSL 291.7º 0.72% 0.25% -
HSV(B) 291.7º 0.84% 0.44% -
XYZ 8.29 4.26 15.71 -
YUV 52.94 161.34 160.86 -
System Red Green Blue C M Y K H S L
Decimal 99 18 112 0.12 0.84 0 0.56 291.7 0.72 0.25
Hex 63 12 70 C 54 0 38 124 48 19
Octal 143 22 160 14 124 0 70 444 110 31
Binary 1100011 10010 1110000 1100 1010100 0 111000 100100100 1001000 11001

Color Harmonies of #631270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631270

Black with #631270

Text Example


Text Example

White with #631270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631270; }

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

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

background-color css

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

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

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

border-color css

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

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

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