Html Css Color HEX #552351 Hot Purple

📋 copy color: '#552351'

red 85 ◦ green 35 ◦ blue 81

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

Shades of Hot Purple #552351

Tints of Hot Purple #552351

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.41%

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

R = 42.29%
G = 17.41%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#552351 (or 0x552351) is known color: Hot Purple. HEX triplet: 55, 23 and 51. RGB value is (85,35,81). Sum of RGB (Red+Green+Blue) = 85+35+81=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 35 (14.06% from 255 or 17.41% from 201); Blue value is 81 (32.03% from 255 or 40.30% from 201); Max value from RGB is 85 - color contains mainly: red. Hex color #552351 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552351 is #AADCAE. Grayscale: #373737. Windows color (decimal): -11197615 or 5317461. OLE color: 5317461.

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

Color convert

RGB 85 35 81 -
CMYK 0 0.59 0.05 0.67
HSL 304.8º 0.42% 0.24% -
HSV(B) 304.8º 0.59% 0.33% -
XYZ 5.83 3.73 8.2 -
YUV 55.19 142.57 149.26 -
System Red Green Blue C M Y K H S L
Decimal 85 35 81 0 0.59 0.05 0.67 304.8 0.42 0.24
Hex 55 23 51 0 3B 5 43 131 2A 18
Octal 125 43 121 0 73 5 103 461 52 30
Binary 1010101 100011 1010001 0 111011 101 1000011 100110001 101010 11000

Color Harmonies of #552351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552351

Black with #552351

Text Example


Text Example

White with #552351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552351; }

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

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

background-color css

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

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

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

border-color css

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

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

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