Html Css Color HEX #55365D Hot Purple

📋 copy color: '#55365D'

red 85 ◦ green 54 ◦ blue 93

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

Shades of Hot Purple #55365D

Tints of Hot Purple #55365D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.28%

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

R = 36.64%
G = 23.28%
B = 40.09%

CMYK

 C value IS 0.09

 M value IS 0.42

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#55365D (or 0x55365D) is known color: Hot Purple. HEX triplet: 55, 36 and 5D. RGB value is (85,54,93). Sum of RGB (Red+Green+Blue) = 85+54+93=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 54 (21.48% from 255 or 23.28% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 93 - color contains mainly: blue. Hex color #55365D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55365D is #AAC9A2. Grayscale: #434343. Windows color (decimal): -11192739 or 6108757. OLE color: 6108757.

HSL color Cylindrical-coordinate representation of color #55365D: hue angle of 287.69º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #55365D is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 85 54 93 -
CMYK 0.09 0.42 0 0.64
HSL 287.69º 0.27% 0.29% -
HSV(B) 287.69º 0.42% 0.36% -
XYZ 7.04 5.36 11.02 -
YUV 67.72 142.27 140.33 -
System Red Green Blue C M Y K H S L
Decimal 85 54 93 0.09 0.42 0 0.64 287.69 0.27 0.29
Hex 55 36 5D 9 2A 0 40 120 1B 1D
Octal 125 66 135 11 52 0 100 440 33 35
Binary 1010101 110110 1011101 1001 101010 0 1000000 100100000 11011 11101

Color Harmonies of #55365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55365D

Black with #55365D

Text Example


Text Example

White with #55365D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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