Html Css Color HEX #55125E Hot Purple

📋 copy color: '#55125E'

red 85 ◦ green 18 ◦ blue 94

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

Shades of Hot Purple #55125E

Tints of Hot Purple #55125E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.14%

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

R = 43.15%
G = 9.14%
B = 47.72%

CMYK

 C value IS 0.10

 M value IS 0.81

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#55125E (or 0x55125E) is known color: Hot Purple. HEX triplet: 55, 12 and 5E. RGB value is (85,18,94). Sum of RGB (Red+Green+Blue) = 85+18+94=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 18 (7.42% from 255 or 9.14% from 197); Blue value is 94 (37.11% from 255 or 47.72% from 197); Max value from RGB is 94 - color contains mainly: blue. Hex color #55125E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55125E is #AAEDA1. Grayscale: #2E2E2E. Windows color (decimal): -11201954 or 6165077. OLE color: 6165077.

HSL color Cylindrical-coordinate representation of color #55125E: hue angle of 292.89º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #55125E is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 85 18 94 -
CMYK 0.10 0.81 0 0.63
HSL 292.89º 0.68% 0.22% -
HSV(B) 292.89º 0.81% 0.37% -
XYZ 5.98 3.17 10.89 -
YUV 46.7 154.7 155.32 -
System Red Green Blue C M Y K H S L
Decimal 85 18 94 0.10 0.81 0 0.63 292.89 0.68 0.22
Hex 55 12 5E A 51 0 3F 125 44 16
Octal 125 22 136 12 121 0 77 445 104 26
Binary 1010101 10010 1011110 1010 1010001 0 111111 100100101 1000100 10110

Color Harmonies of #55125E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55125E

Black with #55125E

Text Example


Text Example

White with #55125E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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