Html Css Color HEX #55115F Hot Purple

📋 copy color: '#55115F'

red 85 ◦ green 17 ◦ blue 95

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

Shades of Hot Purple #55115F

Tints of Hot Purple #55115F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.63%

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

R = 43.15%
G = 8.63%
B = 48.22%

CMYK

 C value IS 0.11

 M value IS 0.82

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#55115F (or 0x55115F) is known color: Hot Purple. HEX triplet: 55, 11 and 5F. RGB value is (85,17,95). Sum of RGB (Red+Green+Blue) = 85+17+95=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 17 (7.03% from 255 or 8.63% from 197); Blue value is 95 (37.5% from 255 or 48.22% from 197); Max value from RGB is 95 - color contains mainly: blue. Hex color #55115F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55115F is #AAEEA0. Grayscale: #2D2D2D. Windows color (decimal): -11202209 or 6230357. OLE color: 6230357.

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

Color convert

RGB 85 17 95 -
CMYK 0.11 0.82 0 0.63
HSL 292.31º 0.7% 0.22% -
HSV(B) 292.31º 0.82% 0.37% -
XYZ 6.01 3.16 11.12 -
YUV 46.22 155.53 155.66 -
System Red Green Blue C M Y K H S L
Decimal 85 17 95 0.11 0.82 0 0.63 292.31 0.7 0.22
Hex 55 11 5F B 52 0 3F 124 46 16
Octal 125 21 137 13 122 0 77 444 106 26
Binary 1010101 10001 1011111 1011 1010010 0 111111 100100100 1000110 10110

Color Harmonies of #55115F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55115F

Black with #55115F

Text Example


Text Example

White with #55115F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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