Html Css Color HEX #611672 Seance

📋 copy color: '#611672'

red 97 ◦ green 22 ◦ blue 114

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

Shades of Seance #611672

Tints of Seance #611672

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.44%

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

R = 41.63%
G = 9.44%
B = 48.93%

CMYK

 C value IS 0.15

 M value IS 0.81

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#611672 (or 0x611672) is known color: Seance. HEX triplet: 61, 16 and 72. RGB value is (97,22,114). Sum of RGB (Red+Green+Blue) = 97+22+114=233 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.63% from 233); Green value is 22 (8.98% from 255 or 9.44% from 233); Blue value is 114 (44.92% from 255 or 48.93% from 233); Max value from RGB is 114 - color contains mainly: blue. Hex color #611672 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611672 is #9EE98D. Grayscale: #363636. Windows color (decimal): -10414478 or 7476833. OLE color: 7476833.

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

Color convert

RGB 97 22 114 -
CMYK 0.15 0.81 0 0.55
HSL 288.91º 0.68% 0.27% -
HSV(B) 288.91º 0.81% 0.45% -
XYZ 8.25 4.33 16.32 -
YUV 54.91 161.35 158.02 -
System Red Green Blue C M Y K H S L
Decimal 97 22 114 0.15 0.81 0 0.55 288.91 0.68 0.27
Hex 61 16 72 F 51 0 37 121 44 1B
Octal 141 26 162 17 121 0 67 441 104 33
Binary 1100001 10110 1110010 1111 1010001 0 110111 100100001 1000100 11011

Color Harmonies of #611672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611672

Black with #611672

Text Example


Text Example

White with #611672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611672; }

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

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

background-color css

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

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

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

border-color css

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

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

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