Html Css Color HEX #63316F Seance

📋 copy color: '#63316F'

red 99 ◦ green 49 ◦ blue 111

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

Shades of Seance #63316F

Tints of Seance #63316F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 42.86%

R = 38.22%
G = 18.92%
B = 42.86%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#63316F (or 0x63316F) is known color: Seance. HEX triplet: 63, 31 and 6F. RGB value is (99,49,111). Sum of RGB (Red+Green+Blue) = 99+49+111=259 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.22% from 259); Green value is 49 (19.53% from 255 or 18.92% from 259); Blue value is 111 (43.75% from 255 or 42.86% from 259); Max value from RGB is 111 - color contains mainly: blue. Hex color #63316F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63316F is #9CCE90. Grayscale: #464646. Windows color (decimal): -10276497 or 7287139. OLE color: 7287139.

HSL color Cylindrical-coordinate representation of color #63316F: hue angle of 288.39º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #63316F is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 99 49 111 -
CMYK 0.11 0.56 0 0.56
HSL 288.39º 0.39% 0.31% -
HSV(B) 288.39º 0.56% 0.44% -
XYZ 9.11 6 15.72 -
YUV 71.02 150.57 147.96 -
System Red Green Blue C M Y K H S L
Decimal 99 49 111 0.11 0.56 0 0.56 288.39 0.39 0.31
Hex 63 31 6F B 38 0 38 120 27 1F
Octal 143 61 157 13 70 0 70 440 47 37
Binary 1100011 110001 1101111 1011 111000 0 111000 100100000 100111 11111

Color Harmonies of #63316F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63316F

Black with #63316F

Text Example


Text Example

White with #63316F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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