Html Css Color HEX #63316E Seance

📋 copy color: '#63316E'

red 99 ◦ green 49 ◦ blue 110

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

Shades of Seance #63316E

Tints of Seance #63316E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.99%

 BLUE value IS 110 (43.36% from 255) = 42.64%

R = 38.37%
G = 18.99%
B = 42.64%

CMYK

 C value IS 0.1

 M value IS 0.55

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#63316E (or 0x63316E) is known color: Seance. HEX triplet: 63, 31 and 6E. RGB value is (99,49,110). Sum of RGB (Red+Green+Blue) = 99+49+110=258 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.37% from 258); Green value is 49 (19.53% from 255 or 18.99% from 258); Blue value is 110 (43.36% from 255 or 42.64% from 258); Max value from RGB is 110 - color contains mainly: blue. Hex color #63316E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63316E is #9CCE91. Grayscale: #464646. Windows color (decimal): -10276498 or 7221603. OLE color: 7221603.

HSL color Cylindrical-coordinate representation of color #63316E: hue angle of 289.18º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63316E is Cyan = 0.1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 99 49 110 -
CMYK 0.1 0.55 0 0.57
HSL 289.18º 0.38% 0.31% -
HSV(B) 289.18º 0.55% 0.43% -
XYZ 9.06 5.98 15.43 -
YUV 70.9 150.07 148.04 -
System Red Green Blue C M Y K H S L
Decimal 99 49 110 0.1 0.55 0 0.57 289.18 0.38 0.31
Hex 63 31 6E A 37 0 39 121 26 1F
Octal 143 61 156 12 67 0 71 441 46 37
Binary 1100011 110001 1101110 1010 110111 0 111001 100100001 100110 11111

Color Harmonies of #63316E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63316E

Black with #63316E

Text Example


Text Example

White with #63316E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63316E; }

 p { color: rgb(99,49,110); }

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

background-color css

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

 a { background-color: rgb(99,49,110); }

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

border-color css

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

 span { border-color: rgb(99,49,110); }

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