Html Css Color HEX #612E72 Seance

📋 copy color: '#612E72'

red 97 ◦ green 46 ◦ blue 114

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

Shades of Seance #612E72

Tints of Seance #612E72

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.9%

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

R = 37.74%
G = 17.9%
B = 44.36%

CMYK

 C value IS 0.15

 M value IS 0.60

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#612E72 (or 0x612E72) is known color: Seance. HEX triplet: 61, 2E and 72. RGB value is (97,46,114). Sum of RGB (Red+Green+Blue) = 97+46+114=257 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.74% from 257); Green value is 46 (18.36% from 255 or 17.90% from 257); Blue value is 114 (44.92% from 255 or 44.36% from 257); Max value from RGB is 114 - color contains mainly: blue. Hex color #612E72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612E72 is #9ED18D. Grayscale: #444444. Windows color (decimal): -10408334 or 7482977. OLE color: 7482977.

HSL color Cylindrical-coordinate representation of color #612E72: hue angle of 285º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #612E72 is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 97 46 114 -
CMYK 0.15 0.60 0 0.55
HSL 285º 0.43% 0.31% -
HSV(B) 285º 0.6% 0.45% -
XYZ 8.94 5.71 16.55 -
YUV 69 153.4 147.97 -
System Red Green Blue C M Y K H S L
Decimal 97 46 114 0.15 0.60 0 0.55 285 0.43 0.31
Hex 61 2E 72 F 3C 0 37 11D 2A 1F
Octal 141 56 162 17 74 0 67 435 52 37
Binary 1100001 101110 1110010 1111 111100 0 110111 100011101 101010 11111

Color Harmonies of #612E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612E72

Black with #612E72

Text Example


Text Example

White with #612E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612E72; }

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

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

background-color css

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

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

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

border-color css

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

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

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