Html Css Color HEX #611E72 Seance

📋 copy color: '#611E72'

red 97 ◦ green 30 ◦ blue 114

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

Shades of Seance #611E72

Tints of Seance #611E72

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.45%

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

R = 40.25%
G = 12.45%
B = 47.3%

CMYK

 C value IS 0.15

 M value IS 0.74

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#611E72 (or 0x611E72) is known color: Seance. HEX triplet: 61, 1E and 72. RGB value is (97,30,114). Sum of RGB (Red+Green+Blue) = 97+30+114=241 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.25% from 241); Green value is 30 (12.11% from 255 or 12.45% from 241); Blue value is 114 (44.92% from 255 or 47.30% from 241); Max value from RGB is 114 - color contains mainly: blue. Hex color #611E72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611E72 is #9EE18D. Grayscale: #3B3B3B. Windows color (decimal): -10412430 or 7478881. OLE color: 7478881.

HSL color Cylindrical-coordinate representation of color #611E72: hue angle of 287.86º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #611E72 is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 97 30 114 -
CMYK 0.15 0.74 0 0.55
HSL 287.86º 0.58% 0.28% -
HSV(B) 287.86º 0.74% 0.45% -
XYZ 8.43 4.68 16.38 -
YUV 59.61 158.7 154.67 -
System Red Green Blue C M Y K H S L
Decimal 97 30 114 0.15 0.74 0 0.55 287.86 0.58 0.28
Hex 61 1E 72 F 4A 0 37 120 3A 1C
Octal 141 36 162 17 112 0 67 440 72 34
Binary 1100001 11110 1110010 1111 1001010 0 110111 100100000 111010 11100

Color Harmonies of #611E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611E72

Black with #611E72

Text Example


Text Example

White with #611E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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