Html Css Color HEX #552254 Hot Purple

📋 copy color: '#552254'

red 85 ◦ green 34 ◦ blue 84

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

Shades of Hot Purple #552254

Tints of Hot Purple #552254

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.75%

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

R = 41.87%
G = 16.75%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#552254 (or 0x552254) is known color: Hot Purple. HEX triplet: 55, 22 and 54. RGB value is (85,34,84). Sum of RGB (Red+Green+Blue) = 85+34+84=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 34 (13.67% from 255 or 16.75% from 203); Blue value is 84 (33.20% from 255 or 41.38% from 203); Max value from RGB is 85 - color contains mainly: red. Hex color #552254 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552254 is #AADDAB. Grayscale: #363636. Windows color (decimal): -11197868 or 5513813. OLE color: 5513813.

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

Color convert

RGB 85 34 84 -
CMYK 0 0.60 0.01 0.67
HSL 301.18º 0.43% 0.23% -
HSV(B) 301.18º 0.6% 0.33% -
XYZ 5.92 3.72 8.79 -
YUV 54.95 144.4 149.43 -
System Red Green Blue C M Y K H S L
Decimal 85 34 84 0 0.60 0.01 0.67 301.18 0.43 0.23
Hex 55 22 54 0 3C 1 43 12D 2B 17
Octal 125 42 124 0 74 1 103 455 53 27
Binary 1010101 100010 1010100 0 111100 1 1000011 100101101 101011 10111

Color Harmonies of #552254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552254

Black with #552254

Text Example


Text Example

White with #552254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552254; }

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

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

background-color css

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

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

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

border-color css

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

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

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