Html Css Color HEX #552054 Hot Purple

📋 copy color: '#552054'

red 85 ◦ green 32 ◦ blue 84

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

Shades of Hot Purple #552054

Tints of Hot Purple #552054

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.92%

 BLUE value IS 84 (33.2% from 255) = 41.79%

R = 42.29%
G = 15.92%
B = 41.79%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#552054 (or 0x552054) is known color: Hot Purple. HEX triplet: 55, 20 and 54. RGB value is (85,32,84). Sum of RGB (Red+Green+Blue) = 85+32+84=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 84 (33.20% from 255 or 41.79% from 201); Max value from RGB is 85 - color contains mainly: red. Hex color #552054 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552054 is #AADFAB. Grayscale: #353535. Windows color (decimal): -11198380 or 5513301. OLE color: 5513301.

HSL color Cylindrical-coordinate representation of color #552054: hue angle of 301.13º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #552054 is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 32 84 -
CMYK 0 0.62 0.01 0.67
HSL 301.13º 0.45% 0.23% -
HSV(B) 301.13º 0.62% 0.33% -
XYZ 5.86 3.6 8.77 -
YUV 53.78 145.06 150.27 -
System Red Green Blue C M Y K H S L
Decimal 85 32 84 0 0.62 0.01 0.67 301.13 0.45 0.23
Hex 55 20 54 0 3E 1 43 12D 2D 17
Octal 125 40 124 0 76 1 103 455 55 27
Binary 1010101 100000 1010100 0 111110 1 1000011 100101101 101101 10111

Color Harmonies of #552054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552054

Black with #552054

Text Example


Text Example

White with #552054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552054; }

 p { color: rgb(85,32,84); }

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

background-color css

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

 a { background-color: rgb(85,32,84); }

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

border-color css

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

 span { border-color: rgb(85,32,84); }

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