Html Css Color HEX #552451 Hot Purple

📋 copy color: '#552451'

red 85 ◦ green 36 ◦ blue 81

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

Shades of Hot Purple #552451

Tints of Hot Purple #552451

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.82%

 BLUE value IS 81 (32.03% from 255) = 40.1%

R = 42.08%
G = 17.82%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#552451 (or 0x552451) is known color: Hot Purple. HEX triplet: 55, 24 and 51. RGB value is (85,36,81). Sum of RGB (Red+Green+Blue) = 85+36+81=202 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.08% from 202); Green value is 36 (14.45% from 255 or 17.82% from 202); Blue value is 81 (32.03% from 255 or 40.10% from 202); Max value from RGB is 85 - color contains mainly: red. Hex color #552451 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552451 is #AADBAE. Grayscale: #373737. Windows color (decimal): -11197359 or 5317717. OLE color: 5317717.

HSL color Cylindrical-coordinate representation of color #552451: hue angle of 304.9º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #552451 is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 36 81 -
CMYK 0 0.58 0.05 0.67
HSL 304.9º 0.4% 0.24% -
HSV(B) 304.9º 0.58% 0.33% -
XYZ 5.86 3.79 8.21 -
YUV 55.78 142.23 148.84 -
System Red Green Blue C M Y K H S L
Decimal 85 36 81 0 0.58 0.05 0.67 304.9 0.4 0.24
Hex 55 24 51 0 3A 5 43 131 28 18
Octal 125 44 121 0 72 5 103 461 50 30
Binary 1010101 100100 1010001 0 111010 101 1000011 100110001 101000 11000

Color Harmonies of #552451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552451

Black with #552451

Text Example


Text Example

White with #552451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552451; }

 p { color: rgb(85,36,81); }

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

background-color css

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

 a { background-color: rgb(85,36,81); }

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

border-color css

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

 span { border-color: rgb(85,36,81); }

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