Html Css Color HEX #611E58 Palatinate Purple

📋 copy color: '#611E58'

red 97 ◦ green 30 ◦ blue 88

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

Shades of Palatinate Purple #611E58

Tints of Palatinate Purple #611E58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 40.93%

R = 45.12%
G = 13.95%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#611E58 (or 0x611E58) is known color: Palatinate Purple. HEX triplet: 61, 1E and 58. RGB value is (97,30,88). Sum of RGB (Red+Green+Blue) = 97+30+88=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 30 (12.11% from 255 or 13.95% from 215); Blue value is 88 (34.77% from 255 or 40.93% from 215); Max value from RGB is 97 - color contains mainly: red. Hex color #611E58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611E58 is #9EE1A7. Grayscale: #383838. Windows color (decimal): -10412456 or 5774945. OLE color: 5774945.

HSL color Cylindrical-coordinate representation of color #611E58: hue angle of 308.06º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #611E58 is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 30 88 -
CMYK 0 0.69 0.09 0.62
HSL 308.06º 0.53% 0.25% -
HSV(B) 308.06º 0.69% 0.38% -
XYZ 7.16 4.17 9.66 -
YUV 56.65 145.7 156.78 -
System Red Green Blue C M Y K H S L
Decimal 97 30 88 0 0.69 0.09 0.62 308.06 0.53 0.25
Hex 61 1E 58 0 45 9 3E 134 35 19
Octal 141 36 130 0 105 11 76 464 65 31
Binary 1100001 11110 1011000 0 1000101 1001 111110 100110100 110101 11001

Color Harmonies of #611E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611E58

Black with #611E58

Text Example


Text Example

White with #611E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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