Html Css Color HEX #552154 Hot Purple

📋 copy color: '#552154'

red 85 ◦ green 33 ◦ blue 84

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

Shades of Hot Purple #552154

Tints of Hot Purple #552154

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.34%

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

R = 42.08%
G = 16.34%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#552154 (or 0x552154) is known color: Hot Purple. HEX triplet: 55, 21 and 54. RGB value is (85,33,84). Sum of RGB (Red+Green+Blue) = 85+33+84=202 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.08% from 202); Green value is 33 (13.28% from 255 or 16.34% from 202); Blue value is 84 (33.20% from 255 or 41.58% from 202); Max value from RGB is 85 - color contains mainly: red. Hex color #552154 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552154 is #AADEAB. Grayscale: #363636. Windows color (decimal): -11198124 or 5513557. OLE color: 5513557.

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

Color convert

RGB 85 33 84 -
CMYK 0 0.61 0.01 0.67
HSL 301.15º 0.44% 0.23% -
HSV(B) 301.15º 0.61% 0.33% -
XYZ 5.89 3.66 8.78 -
YUV 54.36 144.73 149.85 -
System Red Green Blue C M Y K H S L
Decimal 85 33 84 0 0.61 0.01 0.67 301.15 0.44 0.23
Hex 55 21 54 0 3D 1 43 12D 2C 17
Octal 125 41 124 0 75 1 103 455 54 27
Binary 1010101 100001 1010100 0 111101 1 1000011 100101101 101100 10111

Color Harmonies of #552154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552154

Black with #552154

Text Example


Text Example

White with #552154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552154; }

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

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

background-color css

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

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

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

border-color css

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

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

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