Html Css Color HEX #611455 Palatinate Purple

📋 copy color: '#611455'

red 97 ◦ green 20 ◦ blue 85

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

Shades of Palatinate Purple #611455

Tints of Palatinate Purple #611455

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.9%

 BLUE value IS 85 (33.59% from 255) = 42.08%

R = 48.02%
G = 9.9%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#611455 (or 0x611455) is known color: Palatinate Purple. HEX triplet: 61, 14 and 55. RGB value is (97,20,85). Sum of RGB (Red+Green+Blue) = 97+20+85=202 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.02% from 202); Green value is 20 (8.20% from 255 or 9.90% from 202); Blue value is 85 (33.59% from 255 or 42.08% from 202); Max value from RGB is 97 - color contains mainly: red. Hex color #611455 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611455 is #9EEBAA. Grayscale: #323232. Windows color (decimal): -10415019 or 5575777. OLE color: 5575777.

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

Color convert

RGB 97 20 85 -
CMYK 0 0.79 0.12 0.62
HSL 309.35º 0.66% 0.23% -
HSV(B) 309.35º 0.79% 0.38% -
XYZ 6.82 3.7 8.95 -
YUV 50.43 147.51 161.21 -
System Red Green Blue C M Y K H S L
Decimal 97 20 85 0 0.79 0.12 0.62 309.35 0.66 0.23
Hex 61 14 55 0 4F C 3E 135 42 17
Octal 141 24 125 0 117 14 76 465 102 27
Binary 1100001 10100 1010101 0 1001111 1100 111110 100110101 1000010 10111

Color Harmonies of #611455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611455

Black with #611455

Text Example


Text Example

White with #611455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611455; }

 p { color: rgb(97,20,85); }

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

background-color css

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

 a { background-color: rgb(97,20,85); }

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

border-color css

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

 span { border-color: rgb(97,20,85); }

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