Html Css Color HEX #612473 Seance

📋 copy color: '#612473'

red 97 ◦ green 36 ◦ blue 115

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

Shades of Seance #612473

Tints of Seance #612473

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.52%

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

R = 39.11%
G = 14.52%
B = 46.37%

CMYK

 C value IS 0.16

 M value IS 0.69

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#612473 (or 0x612473) is known color: Seance. HEX triplet: 61, 24 and 73. RGB value is (97,36,115). Sum of RGB (Red+Green+Blue) = 97+36+115=248 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.11% from 248); Green value is 36 (14.45% from 255 or 14.52% from 248); Blue value is 115 (45.31% from 255 or 46.37% from 248); Max value from RGB is 115 - color contains mainly: blue. Hex color #612473 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612473 is #9EDB8C. Grayscale: #3E3E3E. Windows color (decimal): -10410893 or 7545953. OLE color: 7545953.

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

Color convert

RGB 97 36 115 -
CMYK 0.16 0.69 0 0.55
HSL 286.33º 0.52% 0.3% -
HSV(B) 286.33º 0.69% 0.45% -
XYZ 8.66 5.04 16.74 -
YUV 63.25 157.21 152.08 -
System Red Green Blue C M Y K H S L
Decimal 97 36 115 0.16 0.69 0 0.55 286.33 0.52 0.3
Hex 61 24 73 10 45 0 37 11E 34 1E
Octal 141 44 163 20 105 0 67 436 64 36
Binary 1100001 100100 1110011 10000 1000101 0 110111 100011110 110100 11110

Color Harmonies of #612473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612473

Black with #612473

Text Example


Text Example

White with #612473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612473; }

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

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

background-color css

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

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

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

border-color css

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

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

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