Html Css Color HEX #55135E Hot Purple

📋 copy color: '#55135E'

red 85 ◦ green 19 ◦ blue 94

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

Shades of Hot Purple #55135E

Tints of Hot Purple #55135E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.6%

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

R = 42.93%
G = 9.6%
B = 47.47%

CMYK

 C value IS 0.10

 M value IS 0.80

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#55135E (or 0x55135E) is known color: Hot Purple. HEX triplet: 55, 13 and 5E. RGB value is (85,19,94). Sum of RGB (Red+Green+Blue) = 85+19+94=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 19 (7.81% from 255 or 9.60% from 198); Blue value is 94 (37.11% from 255 or 47.47% from 198); Max value from RGB is 94 - color contains mainly: blue. Hex color #55135E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55135E is #AAECA1. Grayscale: #2F2F2F. Windows color (decimal): -11201698 or 6165333. OLE color: 6165333.

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

Color convert

RGB 85 19 94 -
CMYK 0.10 0.80 0 0.63
HSL 292.8º 0.66% 0.22% -
HSV(B) 292.8º 0.8% 0.37% -
XYZ 6 3.21 10.89 -
YUV 47.28 154.37 154.9 -
System Red Green Blue C M Y K H S L
Decimal 85 19 94 0.10 0.80 0 0.63 292.8 0.66 0.22
Hex 55 13 5E A 50 0 3F 125 42 16
Octal 125 23 136 12 120 0 77 445 102 26
Binary 1010101 10011 1011110 1010 1010000 0 111111 100100101 1000010 10110

Color Harmonies of #55135E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55135E

Black with #55135E

Text Example


Text Example

White with #55135E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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