Html Css Color HEX #612872 Seance

📋 copy color: '#612872'

red 97 ◦ green 40 ◦ blue 114

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

Shades of Seance #612872

Tints of Seance #612872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 45.42%

R = 38.65%
G = 15.94%
B = 45.42%

CMYK

 C value IS 0.15

 M value IS 0.65

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#612872 (or 0x612872) is known color: Seance. HEX triplet: 61, 28 and 72. RGB value is (97,40,114). Sum of RGB (Red+Green+Blue) = 97+40+114=251 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.65% from 251); Green value is 40 (16.02% from 255 or 15.94% from 251); Blue value is 114 (44.92% from 255 or 45.42% from 251); Max value from RGB is 114 - color contains mainly: blue. Hex color #612872 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612872 is #9ED78D. Grayscale: #414141. Windows color (decimal): -10409870 or 7481441. OLE color: 7481441.

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

Color convert

RGB 97 40 114 -
CMYK 0.15 0.65 0 0.55
HSL 286.22º 0.48% 0.3% -
HSV(B) 286.22º 0.65% 0.45% -
XYZ 8.73 5.27 16.48 -
YUV 65.48 155.38 150.48 -
System Red Green Blue C M Y K H S L
Decimal 97 40 114 0.15 0.65 0 0.55 286.22 0.48 0.3
Hex 61 28 72 F 41 0 37 11E 30 1E
Octal 141 50 162 17 101 0 67 436 60 36
Binary 1100001 101000 1110010 1111 1000001 0 110111 100011110 110000 11110

Color Harmonies of #612872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612872

Black with #612872

Text Example


Text Example

White with #612872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612872; }

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

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

background-color css

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

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

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

border-color css

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

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

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