Html Css Color HEX #612376 Seance

📋 copy color: '#612376'

red 97 ◦ green 35 ◦ blue 118

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

Shades of Seance #612376

Tints of Seance #612376

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14%

 BLUE value IS 118 (46.48% from 255) = 47.2%

R = 38.8%
G = 14%
B = 47.2%

CMYK

 C value IS 0.18

 M value IS 0.70

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#612376 (or 0x612376) is known color: Seance. HEX triplet: 61, 23 and 76. RGB value is (97,35,118). Sum of RGB (Red+Green+Blue) = 97+35+118=250 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.8% from 250); Green value is 35 (14.06% from 255 or 14% from 250); Blue value is 118 (46.48% from 255 or 47.2% from 250); Max value from RGB is 118 - color contains mainly: blue. Hex color #612376 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612376 is #9EDC89. Grayscale: #3E3E3E. Windows color (decimal): -10411146 or 7742305. OLE color: 7742305.

HSL color Cylindrical-coordinate representation of color #612376: hue angle of 284.82º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #612376 is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 97 35 118 -
CMYK 0.18 0.70 0 0.54
HSL 284.82º 0.54% 0.3% -
HSV(B) 284.82º 0.7% 0.46% -
XYZ 8.8 5.05 17.65 -
YUV 63 159.04 152.25 -
System Red Green Blue C M Y K H S L
Decimal 97 35 118 0.18 0.70 0 0.54 284.82 0.54 0.3
Hex 61 23 76 12 46 0 36 11D 36 1E
Octal 141 43 166 22 106 0 66 435 66 36
Binary 1100001 100011 1110110 10010 1000110 0 110110 100011101 110110 11110

Color Harmonies of #612376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612376

Black with #612376

Text Example


Text Example

White with #612376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612376; }

 p { color: rgb(97,35,118); }

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

background-color css

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

 a { background-color: rgb(97,35,118); }

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

border-color css

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

 span { border-color: rgb(97,35,118); }

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