Html Css Color HEX #613363 Seance

📋 copy color: '#613363'

red 97 ◦ green 51 ◦ blue 99

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

Shades of Seance #613363

Tints of Seance #613363

RGB

 RED value IS 97 (38.28% from 255) = 39.27%

 GREEN value IS 51 (20.31% from 255) = 20.65%

 BLUE value IS 99 (39.06% from 255) = 40.08%

R = 39.27%
G = 20.65%
B = 40.08%

CMYK

 C value IS 0.02

 M value IS 0.48

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#613363 (or 0x613363) is known color: Seance. HEX triplet: 61, 33 and 63. RGB value is (97,51,99). Sum of RGB (Red+Green+Blue) = 97+51+99=247 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.27% from 247); Green value is 51 (20.31% from 255 or 20.65% from 247); Blue value is 99 (39.06% from 255 or 40.08% from 247); Max value from RGB is 99 - color contains mainly: blue. Hex color #613363 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613363 is #9ECC9C. Grayscale: #464646. Windows color (decimal): -10407069 or 6501217. OLE color: 6501217.

HSL color Cylindrical-coordinate representation of color #613363: hue angle of 297.5º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #613363 is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 97 51 99 -
CMYK 0.02 0.48 0 0.61
HSL 297.5º 0.32% 0.29% -
HSV(B) 297.5º 0.48% 0.39% -
XYZ 8.37 5.81 12.48 -
YUV 70.23 144.24 147.1 -
System Red Green Blue C M Y K H S L
Decimal 97 51 99 0.02 0.48 0 0.61 297.5 0.32 0.29
Hex 61 33 63 2 30 0 3D 12A 20 1D
Octal 141 63 143 2 60 0 75 452 40 35
Binary 1100001 110011 1100011 10 110000 0 111101 100101010 100000 11101

Color Harmonies of #613363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613363

Black with #613363

Text Example


Text Example

White with #613363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613363; }

 p { color: rgb(97,51,99); }

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

background-color css

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

 a { background-color: rgb(97,51,99); }

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

border-color css

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

 span { border-color: rgb(97,51,99); }

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