Html Css Color HEX #611E52 Palatinate Purple

📋 copy color: '#611E52'

red 97 ◦ green 30 ◦ blue 82

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

Shades of Palatinate Purple #611E52

Tints of Palatinate Purple #611E52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 39.23%

R = 46.41%
G = 14.35%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#611E52 (or 0x611E52) is known color: Palatinate Purple. HEX triplet: 61, 1E and 52. RGB value is (97,30,82). Sum of RGB (Red+Green+Blue) = 97+30+82=209 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.41% from 209); Green value is 30 (12.11% from 255 or 14.35% from 209); Blue value is 82 (32.42% from 255 or 39.23% from 209); Max value from RGB is 97 - color contains mainly: red. Hex color #611E52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611E52 is #9EE1AD. Grayscale: #373737. Windows color (decimal): -10412462 or 5381729. OLE color: 5381729.

HSL color Cylindrical-coordinate representation of color #611E52: hue angle of 313.43º 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 #611E52 is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 30 82 -
CMYK 0 0.69 0.15 0.62
HSL 313.43º 0.53% 0.25% -
HSV(B) 313.43º 0.69% 0.38% -
XYZ 6.92 4.08 8.41 -
YUV 55.96 142.7 157.27 -
System Red Green Blue C M Y K H S L
Decimal 97 30 82 0 0.69 0.15 0.62 313.43 0.53 0.25
Hex 61 1E 52 0 45 F 3E 139 35 19
Octal 141 36 122 0 105 17 76 471 65 31
Binary 1100001 11110 1010010 0 1000101 1111 111110 100111001 110101 11001

Color Harmonies of #611E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611E52

Black with #611E52

Text Example


Text Example

White with #611E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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