Html Css Color HEX #552252 Hot Purple

📋 copy color: '#552252'

red 85 ◦ green 34 ◦ blue 82

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

Shades of Hot Purple #552252

Tints of Hot Purple #552252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 40.8%

R = 42.29%
G = 16.92%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#552252 (or 0x552252) is known color: Hot Purple. HEX triplet: 55, 22 and 52. RGB value is (85,34,82). Sum of RGB (Red+Green+Blue) = 85+34+82=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 34 (13.67% from 255 or 16.92% from 201); Blue value is 82 (32.42% from 255 or 40.80% from 201); Max value from RGB is 85 - color contains mainly: red. Hex color #552252 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552252 is #AADDAD. Grayscale: #363636. Windows color (decimal): -11197870 or 5382741. OLE color: 5382741.

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

Color convert

RGB 85 34 82 -
CMYK 0 0.60 0.04 0.67
HSL 303.53º 0.43% 0.23% -
HSV(B) 303.53º 0.6% 0.33% -
XYZ 5.84 3.68 8.39 -
YUV 54.72 143.4 149.6 -
System Red Green Blue C M Y K H S L
Decimal 85 34 82 0 0.60 0.04 0.67 303.53 0.43 0.23
Hex 55 22 52 0 3C 4 43 130 2B 17
Octal 125 42 122 0 74 4 103 460 53 27
Binary 1010101 100010 1010010 0 111100 100 1000011 100110000 101011 10111

Color Harmonies of #552252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552252

Black with #552252

Text Example


Text Example

White with #552252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552252; }

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

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

background-color css

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

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

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

border-color css

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

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

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