Html Css Color HEX #551252 Hot Purple

📋 copy color: '#551252'

red 85 ◦ green 18 ◦ blue 82

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

Shades of Hot Purple #551252

Tints of Hot Purple #551252

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.73%

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

R = 45.95%
G = 9.73%
B = 44.32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#551252 (or 0x551252) is known color: Hot Purple. HEX triplet: 55, 12 and 52. RGB value is (85,18,82). Sum of RGB (Red+Green+Blue) = 85+18+82=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 18 (7.42% from 255 or 9.73% from 185); Blue value is 82 (32.42% from 255 or 44.32% from 185); Max value from RGB is 85 - color contains mainly: red. Hex color #551252 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551252 is #AAEDAD. Grayscale: #2D2D2D. Windows color (decimal): -11201966 or 5378645. OLE color: 5378645.

HSL color Cylindrical-coordinate representation of color #551252: hue angle of 302.69º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #551252 is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 18 82 -
CMYK 0 0.79 0.04 0.67
HSL 302.69º 0.65% 0.2% -
HSV(B) 302.69º 0.79% 0.33% -
XYZ 5.49 2.97 8.27 -
YUV 45.33 148.7 156.3 -
System Red Green Blue C M Y K H S L
Decimal 85 18 82 0 0.79 0.04 0.67 302.69 0.65 0.2
Hex 55 12 52 0 4F 4 43 12F 41 14
Octal 125 22 122 0 117 4 103 457 101 24
Binary 1010101 10010 1010010 0 1001111 100 1000011 100101111 1000001 10100

Color Harmonies of #551252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551252

Black with #551252

Text Example


Text Example

White with #551252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551252; }

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

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

background-color css

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

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

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

border-color css

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

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

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