Html Css Color HEX #613565 Seance

📋 copy color: '#613565'

red 97 ◦ green 53 ◦ blue 101

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

Shades of Seance #613565

Tints of Seance #613565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 40.24%

R = 38.65%
G = 21.12%
B = 40.24%

CMYK

 C value IS 0.04

 M value IS 0.48

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#613565 (or 0x613565) is known color: Seance. HEX triplet: 61, 35 and 65. RGB value is (97,53,101). Sum of RGB (Red+Green+Blue) = 97+53+101=251 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.65% from 251); Green value is 53 (21.09% from 255 or 21.12% from 251); Blue value is 101 (39.84% from 255 or 40.24% from 251); Max value from RGB is 101 - color contains mainly: blue. Hex color #613565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613565 is #9ECA9A. Grayscale: #474747. Windows color (decimal): -10406555 or 6632801. OLE color: 6632801.

HSL color Cylindrical-coordinate representation of color #613565: hue angle of 295º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #613565 is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 97 53 101 -
CMYK 0.04 0.48 0 0.60
HSL 295º 0.31% 0.3% -
HSV(B) 295º 0.48% 0.4% -
XYZ 8.55 6.03 13.02 -
YUV 71.63 144.58 146.1 -
System Red Green Blue C M Y K H S L
Decimal 97 53 101 0.04 0.48 0 0.60 295 0.31 0.3
Hex 61 35 65 4 30 0 3C 127 1F 1E
Octal 141 65 145 4 60 0 74 447 37 36
Binary 1100001 110101 1100101 100 110000 0 111100 100100111 11111 11110

Color Harmonies of #613565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613565

Black with #613565

Text Example


Text Example

White with #613565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613565; }

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

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

background-color css

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

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

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

border-color css

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

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

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