Html Css Color HEX #612573 Seance

📋 copy color: '#612573'

red 97 ◦ green 37 ◦ blue 115

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

Shades of Seance #612573

Tints of Seance #612573

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.86%

 BLUE value IS 115 (45.31% from 255) = 46.18%

R = 38.96%
G = 14.86%
B = 46.18%

CMYK

 C value IS 0.16

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#612573 (or 0x612573) is known color: Seance. HEX triplet: 61, 25 and 73. RGB value is (97,37,115). Sum of RGB (Red+Green+Blue) = 97+37+115=249 (32% of max value = 765). Red value is 97 (38.28% from 255 or 38.96% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 115 (45.31% from 255 or 46.18% from 249); Max value from RGB is 115 - color contains mainly: blue. Hex color #612573 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612573 is #9EDA8C. Grayscale: #3F3F3F. Windows color (decimal): -10410637 or 7546209. OLE color: 7546209.

HSL color Cylindrical-coordinate representation of color #612573: hue angle of 286.15º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #612573 is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 97 37 115 -
CMYK 0.16 0.68 0 0.55
HSL 286.15º 0.51% 0.3% -
HSV(B) 286.15º 0.68% 0.45% -
XYZ 8.69 5.1 16.75 -
YUV 63.83 156.88 151.66 -
System Red Green Blue C M Y K H S L
Decimal 97 37 115 0.16 0.68 0 0.55 286.15 0.51 0.3
Hex 61 25 73 10 44 0 37 11E 33 1E
Octal 141 45 163 20 104 0 67 436 63 36
Binary 1100001 100101 1110011 10000 1000100 0 110111 100011110 110011 11110

Color Harmonies of #612573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612573

Black with #612573

Text Example


Text Example

White with #612573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612573; }

 p { color: rgb(97,37,115); }

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

background-color css

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

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

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

border-color css

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

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

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