Html Css Color HEX #611953 Palatinate Purple

📋 copy color: '#611953'

red 97 ◦ green 25 ◦ blue 83

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

Shades of Palatinate Purple #611953

Tints of Palatinate Purple #611953

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.2%

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

R = 47.32%
G = 12.2%
B = 40.49%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#611953 (or 0x611953) is known color: Palatinate Purple. HEX triplet: 61, 19 and 53. RGB value is (97,25,83). Sum of RGB (Red+Green+Blue) = 97+25+83=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 25 (10.16% from 255 or 12.20% from 205); Blue value is 83 (32.81% from 255 or 40.49% from 205); Max value from RGB is 97 - color contains mainly: red. Hex color #611953 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611953 is #9EE6AC. Grayscale: #343434. Windows color (decimal): -10413741 or 5445985. OLE color: 5445985.

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

Color convert

RGB 97 25 83 -
CMYK 0 0.74 0.14 0.62
HSL 311.67º 0.59% 0.24% -
HSV(B) 311.67º 0.74% 0.38% -
XYZ 6.84 3.86 8.57 -
YUV 53.14 144.85 159.28 -
System Red Green Blue C M Y K H S L
Decimal 97 25 83 0 0.74 0.14 0.62 311.67 0.59 0.24
Hex 61 19 53 0 4A E 3E 138 3B 18
Octal 141 31 123 0 112 16 76 470 73 30
Binary 1100001 11001 1010011 0 1001010 1110 111110 100111000 111011 11000

Color Harmonies of #611953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611953

Black with #611953

Text Example


Text Example

White with #611953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611953; }

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

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

background-color css

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

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

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

border-color css

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

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

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