Html Css Color HEX #55145E Hot Purple

📋 copy color: '#55145E'

red 85 ◦ green 20 ◦ blue 94

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

Shades of Hot Purple #55145E

Tints of Hot Purple #55145E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.05%

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

R = 42.71%
G = 10.05%
B = 47.24%

CMYK

 C value IS 0.10

 M value IS 0.79

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#55145E (or 0x55145E) is known color: Hot Purple. HEX triplet: 55, 14 and 5E. RGB value is (85,20,94). Sum of RGB (Red+Green+Blue) = 85+20+94=199 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.71% from 199); Green value is 20 (8.20% from 255 or 10.05% from 199); Blue value is 94 (37.11% from 255 or 47.24% from 199); Max value from RGB is 94 - color contains mainly: blue. Hex color #55145E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55145E is #AAEBA1. Grayscale: #2F2F2F. Windows color (decimal): -11201442 or 6165589. OLE color: 6165589.

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

Color convert

RGB 85 20 94 -
CMYK 0.10 0.79 0 0.63
HSL 292.7º 0.65% 0.22% -
HSV(B) 292.7º 0.79% 0.37% -
XYZ 6.02 3.24 10.9 -
YUV 47.87 154.03 154.48 -
System Red Green Blue C M Y K H S L
Decimal 85 20 94 0.10 0.79 0 0.63 292.7 0.65 0.22
Hex 55 14 5E A 4F 0 3F 125 41 16
Octal 125 24 136 12 117 0 77 445 101 26
Binary 1010101 10100 1011110 1010 1001111 0 111111 100100101 1000001 10110

Color Harmonies of #55145E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55145E

Black with #55145E

Text Example


Text Example

White with #55145E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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