Html Css Color HEX #55135D Hot Purple

📋 copy color: '#55135D'

red 85 ◦ green 19 ◦ blue 93

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

Shades of Hot Purple #55135D

Tints of Hot Purple #55135D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 47.21%

R = 43.15%
G = 9.64%
B = 47.21%

CMYK

 C value IS 0.09

 M value IS 0.80

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#55135D (or 0x55135D) is known color: Hot Purple. HEX triplet: 55, 13 and 5D. RGB value is (85,19,93). Sum of RGB (Red+Green+Blue) = 85+19+93=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 19 (7.81% from 255 or 9.64% from 197); Blue value is 93 (36.72% from 255 or 47.21% from 197); Max value from RGB is 93 - color contains mainly: blue. Hex color #55135D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55135D is #AAECA2. Grayscale: #2E2E2E. Windows color (decimal): -11201699 or 6099797. OLE color: 6099797.

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

Color convert

RGB 85 19 93 -
CMYK 0.09 0.80 0 0.64
HSL 293.51º 0.66% 0.22% -
HSV(B) 293.51º 0.8% 0.36% -
XYZ 5.95 3.19 10.66 -
YUV 47.17 153.87 154.98 -
System Red Green Blue C M Y K H S L
Decimal 85 19 93 0.09 0.80 0 0.64 293.51 0.66 0.22
Hex 55 13 5D 9 50 0 40 126 42 16
Octal 125 23 135 11 120 0 100 446 102 26
Binary 1010101 10011 1011101 1001 1010000 0 1000000 100100110 1000010 10110

Color Harmonies of #55135D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55135D

Black with #55135D

Text Example


Text Example

White with #55135D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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