Html Css Color HEX #613569 Seance

📋 copy color: '#613569'

red 97 ◦ green 53 ◦ blue 105

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

Shades of Seance #613569

Tints of Seance #613569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 41.18%

R = 38.04%
G = 20.78%
B = 41.18%

CMYK

 C value IS 0.08

 M value IS 0.50

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#613569 (or 0x613569) is known color: Seance. HEX triplet: 61, 35 and 69. RGB value is (97,53,105). Sum of RGB (Red+Green+Blue) = 97+53+105=255 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.04% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 105 (41.41% from 255 or 41.18% from 255); Max value from RGB is 105 - color contains mainly: blue. Hex color #613569 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613569 is #9ECA96. Grayscale: #474747. Windows color (decimal): -10406551 or 6894945. OLE color: 6894945.

HSL color Cylindrical-coordinate representation of color #613569: hue angle of 290.77º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #613569 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 97 53 105 -
CMYK 0.08 0.50 0 0.59
HSL 290.77º 0.33% 0.31% -
HSV(B) 290.77º 0.5% 0.41% -
XYZ 8.75 6.11 14.08 -
YUV 72.08 146.58 145.77 -
System Red Green Blue C M Y K H S L
Decimal 97 53 105 0.08 0.50 0 0.59 290.77 0.33 0.31
Hex 61 35 69 8 32 0 3B 123 21 1F
Octal 141 65 151 10 62 0 73 443 41 37
Binary 1100001 110101 1101001 1000 110010 0 111011 100100011 100001 11111

Color Harmonies of #613569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613569

Black with #613569

Text Example


Text Example

White with #613569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613569; }

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

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

background-color css

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

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

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

border-color css

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

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

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