Html Css Color HEX #55194F Palatinate Purple

📋 copy color: '#55194F'

red 85 ◦ green 25 ◦ blue 79

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

Shades of Palatinate Purple #55194F

Tints of Palatinate Purple #55194F

RGB

 RED value IS 85 (33.59% from 255) = 44.97%

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

 BLUE value IS 79 (31.25% from 255) = 41.8%

R = 44.97%
G = 13.23%
B = 41.8%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#55194F (or 0x55194F) is known color: Palatinate Purple. HEX triplet: 55, 19 and 4F. RGB value is (85,25,79). Sum of RGB (Red+Green+Blue) = 85+25+79=189 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.97% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 79 (31.25% from 255 or 41.80% from 189); Max value from RGB is 85 - color contains mainly: red. Hex color #55194F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55194F is #AAE6B0. Grayscale: #303030. Windows color (decimal): -11200177 or 5183829. OLE color: 5183829.

HSL color Cylindrical-coordinate representation of color #55194F: hue angle of 306º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #55194F is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 25 79 -
CMYK 0 0.71 0.07 0.67
HSL 306º 0.55% 0.22% -
HSV(B) 306º 0.71% 0.33% -
XYZ 5.51 3.19 7.72 -
YUV 49.1 144.88 153.61 -
System Red Green Blue C M Y K H S L
Decimal 85 25 79 0 0.71 0.07 0.67 306 0.55 0.22
Hex 55 19 4F 0 47 7 43 132 37 16
Octal 125 31 117 0 107 7 103 462 67 26
Binary 1010101 11001 1001111 0 1000111 111 1000011 100110010 110111 10110

Color Harmonies of #55194F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55194F

Black with #55194F

Text Example


Text Example

White with #55194F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55194F; }

 p { color: rgb(85,25,79); }

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

background-color css

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

 a { background-color: rgb(85,25,79); }

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

border-color css

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

 span { border-color: rgb(85,25,79); }

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