Html Css Color HEX #611253 Palatinate Purple

📋 copy color: '#611253'

red 97 ◦ green 18 ◦ blue 83

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

Shades of Palatinate Purple #611253

Tints of Palatinate Purple #611253

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.09%

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

R = 48.99%
G = 9.09%
B = 41.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#611253 (or 0x611253) is known color: Palatinate Purple. HEX triplet: 61, 12 and 53. RGB value is (97,18,83). Sum of RGB (Red+Green+Blue) = 97+18+83=198 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.99% from 198); Green value is 18 (7.42% from 255 or 9.09% from 198); Blue value is 83 (32.81% from 255 or 41.92% from 198); Max value from RGB is 97 - color contains mainly: red. Hex color #611253 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611253 is #9EEDAC. Grayscale: #303030. Windows color (decimal): -10415533 or 5444193. OLE color: 5444193.

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

Color convert

RGB 97 18 83 -
CMYK 0 0.81 0.14 0.62
HSL 310.63º 0.69% 0.23% -
HSV(B) 310.63º 0.81% 0.38% -
XYZ 6.71 3.6 8.52 -
YUV 49.03 147.17 162.21 -
System Red Green Blue C M Y K H S L
Decimal 97 18 83 0 0.81 0.14 0.62 310.63 0.69 0.23
Hex 61 12 53 0 51 E 3E 137 45 17
Octal 141 22 123 0 121 16 76 467 105 27
Binary 1100001 10010 1010011 0 1010001 1110 111110 100110111 1000101 10111

Color Harmonies of #611253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611253

Black with #611253

Text Example


Text Example

White with #611253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611253; }

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

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

background-color css

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

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

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

border-color css

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

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

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