Html Css Color HEX #551454 Hot Purple

📋 copy color: '#551454'

red 85 ◦ green 20 ◦ blue 84

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

Shades of Hot Purple #551454

Tints of Hot Purple #551454

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 44.44%

R = 44.97%
G = 10.58%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#551454 (or 0x551454) is known color: Hot Purple. HEX triplet: 55, 14 and 54. RGB value is (85,20,84). Sum of RGB (Red+Green+Blue) = 85+20+84=189 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.97% from 189); Green value is 20 (8.20% from 255 or 10.58% from 189); Blue value is 84 (33.20% from 255 or 44.44% from 189); Max value from RGB is 85 - color contains mainly: red. Hex color #551454 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551454 is #AAEBAB. Grayscale: #2E2E2E. Windows color (decimal): -11201452 or 5510229. OLE color: 5510229.

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

Color convert

RGB 85 20 84 -
CMYK 0 0.76 0.01 0.67
HSL 300.92º 0.62% 0.21% -
HSV(B) 300.92º 0.76% 0.33% -
XYZ 5.6 3.07 8.69 -
YUV 46.73 149.03 155.3 -
System Red Green Blue C M Y K H S L
Decimal 85 20 84 0 0.76 0.01 0.67 300.92 0.62 0.21
Hex 55 14 54 0 4C 1 43 12D 3E 15
Octal 125 24 124 0 114 1 103 455 76 25
Binary 1010101 10100 1010100 0 1001100 1 1000011 100101101 111110 10101

Color Harmonies of #551454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551454

Black with #551454

Text Example


Text Example

White with #551454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551454; }

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

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

background-color css

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

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

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

border-color css

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

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

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