Html Css Color HEX #612772 Seance

📋 copy color: '#612772'

red 97 ◦ green 39 ◦ blue 114

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

Shades of Seance #612772

Tints of Seance #612772

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.6%

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

R = 38.8%
G = 15.6%
B = 45.6%

CMYK

 C value IS 0.15

 M value IS 0.66

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#612772 (or 0x612772) is known color: Seance. HEX triplet: 61, 27 and 72. RGB value is (97,39,114). Sum of RGB (Red+Green+Blue) = 97+39+114=250 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.8% from 250); Green value is 39 (15.62% from 255 or 15.6% from 250); Blue value is 114 (44.92% from 255 or 45.6% from 250); Max value from RGB is 114 - color contains mainly: blue. Hex color #612772 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612772 is #9ED88D. Grayscale: #404040. Windows color (decimal): -10410126 or 7481185. OLE color: 7481185.

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

Color convert

RGB 97 39 114 -
CMYK 0.15 0.66 0 0.55
HSL 286.4º 0.49% 0.3% -
HSV(B) 286.4º 0.66% 0.45% -
XYZ 8.69 5.21 16.47 -
YUV 64.89 155.72 150.9 -
System Red Green Blue C M Y K H S L
Decimal 97 39 114 0.15 0.66 0 0.55 286.4 0.49 0.3
Hex 61 27 72 F 42 0 37 11E 31 1E
Octal 141 47 162 17 102 0 67 436 61 36
Binary 1100001 100111 1110010 1111 1000010 0 110111 100011110 110001 11110

Color Harmonies of #612772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612772

Black with #612772

Text Example


Text Example

White with #612772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612772; }

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

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

background-color css

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

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

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

border-color css

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

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

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