Html Css Color HEX #612071 Seance

📋 copy color: '#612071'

red 97 ◦ green 32 ◦ blue 113

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

Shades of Seance #612071

Tints of Seance #612071

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.22%

 BLUE value IS 113 (44.53% from 255) = 46.69%

R = 40.08%
G = 13.22%
B = 46.69%

CMYK

 C value IS 0.14

 M value IS 0.72

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#612071 (or 0x612071) is known color: Seance. HEX triplet: 61, 20 and 71. RGB value is (97,32,113). Sum of RGB (Red+Green+Blue) = 97+32+113=242 (32% of max value = 765). Red value is 97 (38.28% from 255 or 40.08% from 242); Green value is 32 (12.89% from 255 or 13.22% from 242); Blue value is 113 (44.53% from 255 or 46.69% from 242); Max value from RGB is 113 - color contains mainly: blue. Hex color #612071 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612071 is #9EDF8E. Grayscale: #3C3C3C. Windows color (decimal): -10411919 or 7413857. OLE color: 7413857.

HSL color Cylindrical-coordinate representation of color #612071: hue angle of 288.15º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #612071 is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 97 32 113 -
CMYK 0.14 0.72 0 0.56
HSL 288.15º 0.56% 0.28% -
HSV(B) 288.15º 0.72% 0.44% -
XYZ 8.43 4.77 16.1 -
YUV 60.67 157.53 153.91 -
System Red Green Blue C M Y K H S L
Decimal 97 32 113 0.14 0.72 0 0.56 288.15 0.56 0.28
Hex 61 20 71 E 48 0 38 120 38 1C
Octal 141 40 161 16 110 0 70 440 70 34
Binary 1100001 100000 1110001 1110 1001000 0 111000 100100000 111000 11100

Color Harmonies of #612071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612071

Black with #612071

Text Example


Text Example

White with #612071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612071; }

 p { color: rgb(97,32,113); }

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

background-color css

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

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

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

border-color css

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

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

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