Html Css Color HEX #55185F Hot Purple

📋 copy color: '#55185F'

red 85 ◦ green 24 ◦ blue 95

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

Shades of Hot Purple #55185F

Tints of Hot Purple #55185F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.76%

 BLUE value IS 95 (37.5% from 255) = 46.57%

R = 41.67%
G = 11.76%
B = 46.57%

CMYK

 C value IS 0.11

 M value IS 0.75

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#55185F (or 0x55185F) is known color: Hot Purple. HEX triplet: 55, 18 and 5F. RGB value is (85,24,95). Sum of RGB (Red+Green+Blue) = 85+24+95=204 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.67% from 204); Green value is 24 (9.77% from 255 or 11.76% from 204); Blue value is 95 (37.5% from 255 or 46.57% from 204); Max value from RGB is 95 - color contains mainly: blue. Hex color #55185F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55185F is #AAE7A0. Grayscale: #323232. Windows color (decimal): -11200417 or 6232149. OLE color: 6232149.

HSL color Cylindrical-coordinate representation of color #55185F: hue angle of 291.55º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #55185F is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 85 24 95 -
CMYK 0.11 0.75 0 0.63
HSL 291.55º 0.6% 0.23% -
HSV(B) 291.55º 0.75% 0.37% -
XYZ 6.14 3.41 11.16 -
YUV 50.33 153.21 152.73 -
System Red Green Blue C M Y K H S L
Decimal 85 24 95 0.11 0.75 0 0.63 291.55 0.6 0.23
Hex 55 18 5F B 4B 0 3F 124 3C 17
Octal 125 30 137 13 113 0 77 444 74 27
Binary 1010101 11000 1011111 1011 1001011 0 111111 100100100 111100 10111

Color Harmonies of #55185F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55185F

Black with #55185F

Text Example


Text Example

White with #55185F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,24,95); }

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

background-color css

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

 a { background-color: rgb(85,24,95); }

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

border-color css

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

 span { border-color: rgb(85,24,95); }

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