Html Css Color HEX #552253 Hot Purple

📋 copy color: '#552253'

red 85 ◦ green 34 ◦ blue 83

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

Shades of Hot Purple #552253

Tints of Hot Purple #552253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 41.09%

R = 42.08%
G = 16.83%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#552253 (or 0x552253) is known color: Hot Purple. HEX triplet: 55, 22 and 53. RGB value is (85,34,83). Sum of RGB (Red+Green+Blue) = 85+34+83=202 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.08% from 202); Green value is 34 (13.67% from 255 or 16.83% from 202); Blue value is 83 (32.81% from 255 or 41.09% from 202); Max value from RGB is 85 - color contains mainly: red. Hex color #552253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552253 is #AADDAC. Grayscale: #363636. Windows color (decimal): -11197869 or 5448277. OLE color: 5448277.

HSL color Cylindrical-coordinate representation of color #552253: hue angle of 302.35º 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 #552253 is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 34 83 -
CMYK 0 0.60 0.02 0.67
HSL 302.35º 0.43% 0.23% -
HSV(B) 302.35º 0.6% 0.33% -
XYZ 5.88 3.7 8.59 -
YUV 54.84 143.9 149.52 -
System Red Green Blue C M Y K H S L
Decimal 85 34 83 0 0.60 0.02 0.67 302.35 0.43 0.23
Hex 55 22 53 0 3C 2 43 12E 2B 17
Octal 125 42 123 0 74 2 103 456 53 27
Binary 1010101 100010 1010011 0 111100 10 1000011 100101110 101011 10111

Color Harmonies of #552253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552253

Black with #552253

Text Example


Text Example

White with #552253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552253; }

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

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

background-color css

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

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

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

border-color css

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

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

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