Html Css Color HEX #612871 Seance

📋 copy color: '#612871'

red 97 ◦ green 40 ◦ blue 113

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

Shades of Seance #612871

Tints of Seance #612871

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16%

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

R = 38.8%
G = 16%
B = 45.2%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#612871 (or 0x612871) is known color: Seance. HEX triplet: 61, 28 and 71. RGB value is (97,40,113). Sum of RGB (Red+Green+Blue) = 97+40+113=250 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.8% from 250); Green value is 40 (16.02% from 255 or 16% from 250); Blue value is 113 (44.53% from 255 or 45.2% from 250); Max value from RGB is 113 - color contains mainly: blue. Hex color #612871 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612871 is #9ED78E. Grayscale: #414141. Windows color (decimal): -10409871 or 7415905. OLE color: 7415905.

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

Color convert

RGB 97 40 113 -
CMYK 0.14 0.65 0 0.56
HSL 286.85º 0.48% 0.3% -
HSV(B) 286.85º 0.65% 0.44% -
XYZ 8.67 5.25 16.18 -
YUV 65.37 154.88 150.56 -
System Red Green Blue C M Y K H S L
Decimal 97 40 113 0.14 0.65 0 0.56 286.85 0.48 0.3
Hex 61 28 71 E 41 0 38 11F 30 1E
Octal 141 50 161 16 101 0 70 437 60 36
Binary 1100001 101000 1110001 1110 1000001 0 111000 100011111 110000 11110

Color Harmonies of #612871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612871

Black with #612871

Text Example


Text Example

White with #612871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612871; }

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

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

background-color css

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

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

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

border-color css

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

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

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