Html Css Color HEX #611153 Palatinate Purple

📋 copy color: '#611153'

red 97 ◦ green 17 ◦ blue 83

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

Shades of Palatinate Purple #611153

Tints of Palatinate Purple #611153

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.63%

 BLUE value IS 83 (32.81% from 255) = 42.13%

R = 49.24%
G = 8.63%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#611153 (or 0x611153) is known color: Palatinate Purple. HEX triplet: 61, 11 and 53. RGB value is (97,17,83). Sum of RGB (Red+Green+Blue) = 97+17+83=197 (26% of max value = 765). Red value is 97 (38.28% from 255 or 49.24% from 197); Green value is 17 (7.03% from 255 or 8.63% from 197); Blue value is 83 (32.81% from 255 or 42.13% from 197); Max value from RGB is 97 - color contains mainly: red. Hex color #611153 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611153 is #9EEEAC. Grayscale: #303030. Windows color (decimal): -10415789 or 5443937. OLE color: 5443937.

HSL color Cylindrical-coordinate representation of color #611153: hue angle of 310.5º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #611153 is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 17 83 -
CMYK 0 0.82 0.14 0.62
HSL 310.5º 0.7% 0.22% -
HSV(B) 310.5º 0.82% 0.38% -
XYZ 6.69 3.57 8.52 -
YUV 48.44 147.5 162.63 -
System Red Green Blue C M Y K H S L
Decimal 97 17 83 0 0.82 0.14 0.62 310.5 0.7 0.22
Hex 61 11 53 0 52 E 3E 136 46 16
Octal 141 21 123 0 122 16 76 466 106 26
Binary 1100001 10001 1010011 0 1010010 1110 111110 100110110 1000110 10110

Color Harmonies of #611153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611153

Black with #611153

Text Example


Text Example

White with #611153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611153; }

 p { color: rgb(97,17,83); }

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

background-color css

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

 a { background-color: rgb(97,17,83); }

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

border-color css

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

 span { border-color: rgb(97,17,83); }

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