Html Css Color HEX #613561 Seance

📋 copy color: '#613561'

red 97 ◦ green 53 ◦ blue 97

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

Shades of Seance #613561

Tints of Seance #613561

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.46%

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

R = 39.27%
G = 21.46%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#613561 (or 0x613561) is known color: Seance. HEX triplet: 61, 35 and 61. RGB value is (97,53,97). Sum of RGB (Red+Green+Blue) = 97+53+97=247 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.27% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 97 (38.28% from 255 or 39.27% from 247); Max value from RGB is 97 - color contains mainly: red, blue. Hex color #613561 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613561 is #9ECA9E. Grayscale: #474747. Windows color (decimal): -10406559 or 6370657. OLE color: 6370657.

HSL color Cylindrical-coordinate representation of color #613561: hue angle of 300º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #613561 is Cyan = 0, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 53 97 -
CMYK 0 0.45 0 0.62
HSL 300º 0.29% 0.29% -
HSV(B) 300º 0.45% 0.38% -
XYZ 8.36 5.95 12.02 -
YUV 71.17 142.58 146.42 -
System Red Green Blue C M Y K H S L
Decimal 97 53 97 0 0.45 0 0.62 300 0.29 0.29
Hex 61 35 61 0 2D 0 3E 12C 1D 1D
Octal 141 65 141 0 55 0 76 454 35 35
Binary 1100001 110101 1100001 0 101101 0 111110 100101100 11101 11101

Color Harmonies of #613561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613561

Black with #613561

Text Example


Text Example

White with #613561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613561; }

 p { color: rgb(97,53,97); }

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

background-color css

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

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

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

border-color css

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

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

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