Html Css Color HEX #551C54 Hot Purple

📋 copy color: '#551C54'

red 85 ◦ green 28 ◦ blue 84

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

Shades of Hot Purple #551C54

Tints of Hot Purple #551C54

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.21%

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

R = 43.15%
G = 14.21%
B = 42.64%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#551C54 (or 0x551C54) is known color: Hot Purple. HEX triplet: 55, 1C and 54. RGB value is (85,28,84). Sum of RGB (Red+Green+Blue) = 85+28+84=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 28 (11.33% from 255 or 14.21% from 197); Blue value is 84 (33.20% from 255 or 42.64% from 197); Max value from RGB is 85 - color contains mainly: red. Hex color #551C54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551C54 is #AAE3AB. Grayscale: #333333. Windows color (decimal): -11199404 or 5512277. OLE color: 5512277.

HSL color Cylindrical-coordinate representation of color #551C54: hue angle of 301.05º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #551C54 is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 28 84 -
CMYK 0 0.67 0.01 0.67
HSL 301.05º 0.5% 0.22% -
HSV(B) 301.05º 0.67% 0.33% -
XYZ 5.76 3.4 8.74 -
YUV 51.43 146.38 151.95 -
System Red Green Blue C M Y K H S L
Decimal 85 28 84 0 0.67 0.01 0.67 301.05 0.5 0.22
Hex 55 1C 54 0 43 1 43 12D 32 16
Octal 125 34 124 0 103 1 103 455 62 26
Binary 1010101 11100 1010100 0 1000011 1 1000011 100101101 110010 10110

Color Harmonies of #551C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551C54

Black with #551C54

Text Example


Text Example

White with #551C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551C54; }

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

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

background-color css

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

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

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

border-color css

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

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

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