Html Css Color HEX #55115E Hot Purple

📋 copy color: '#55115E'

red 85 ◦ green 17 ◦ blue 94

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

Shades of Hot Purple #55115E

Tints of Hot Purple #55115E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 47.96%

R = 43.37%
G = 8.67%
B = 47.96%

CMYK

 C value IS 0.10

 M value IS 0.82

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#55115E (or 0x55115E) is known color: Hot Purple. HEX triplet: 55, 11 and 5E. RGB value is (85,17,94). Sum of RGB (Red+Green+Blue) = 85+17+94=196 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.37% from 196); Green value is 17 (7.03% from 255 or 8.67% from 196); Blue value is 94 (37.11% from 255 or 47.96% from 196); Max value from RGB is 94 - color contains mainly: blue. Hex color #55115E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55115E is #AAEEA1. Grayscale: #2D2D2D. Windows color (decimal): -11202210 or 6164821. OLE color: 6164821.

HSL color Cylindrical-coordinate representation of color #55115E: hue angle of 292.99º degrees, saturation: 0.69, 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 #55115E is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 85 17 94 -
CMYK 0.10 0.82 0 0.63
HSL 292.99º 0.69% 0.22% -
HSV(B) 292.99º 0.82% 0.37% -
XYZ 5.97 3.14 10.88 -
YUV 46.11 155.03 155.74 -
System Red Green Blue C M Y K H S L
Decimal 85 17 94 0.10 0.82 0 0.63 292.99 0.69 0.22
Hex 55 11 5E A 52 0 3F 125 45 16
Octal 125 21 136 12 122 0 77 445 105 26
Binary 1010101 10001 1011110 1010 1010010 0 111111 100100101 1000101 10110

Color Harmonies of #55115E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55115E

Black with #55115E

Text Example


Text Example

White with #55115E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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