Html Css Color HEX #551451 Hot Purple

📋 copy color: '#551451'

red 85 ◦ green 20 ◦ blue 81

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

Shades of Hot Purple #551451

Tints of Hot Purple #551451

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.75%

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

R = 45.7%
G = 10.75%
B = 43.55%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#551451 (or 0x551451) is known color: Hot Purple. HEX triplet: 55, 14 and 51. RGB value is (85,20,81). Sum of RGB (Red+Green+Blue) = 85+20+81=186 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.70% from 186); Green value is 20 (8.20% from 255 or 10.75% from 186); Blue value is 81 (32.03% from 255 or 43.55% from 186); Max value from RGB is 85 - color contains mainly: red. Hex color #551451 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551451 is #AAEBAE. Grayscale: #2E2E2E. Windows color (decimal): -11201455 or 5313621. OLE color: 5313621.

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

Color convert

RGB 85 20 81 -
CMYK 0 0.76 0.05 0.67
HSL 303.69º 0.62% 0.21% -
HSV(B) 303.69º 0.76% 0.33% -
XYZ 5.48 3.03 8.08 -
YUV 46.39 147.53 155.54 -
System Red Green Blue C M Y K H S L
Decimal 85 20 81 0 0.76 0.05 0.67 303.69 0.62 0.21
Hex 55 14 51 0 4C 5 43 130 3E 15
Octal 125 24 121 0 114 5 103 460 76 25
Binary 1010101 10100 1010001 0 1001100 101 1000011 100110000 111110 10101

Color Harmonies of #551451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551451

Black with #551451

Text Example


Text Example

White with #551451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551451; }

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

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

background-color css

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

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

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

border-color css

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

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

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