Html Css Color HEX #551256 Hot Purple

📋 copy color: '#551256'

red 85 ◦ green 18 ◦ blue 86

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

Shades of Hot Purple #551256

Tints of Hot Purple #551256

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.52%

 BLUE value IS 86 (33.98% from 255) = 45.5%

R = 44.97%
G = 9.52%
B = 45.5%

CMYK

 C value IS 0.01

 M value IS 0.79

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#551256 (or 0x551256) is known color: Hot Purple. HEX triplet: 55, 12 and 56. RGB value is (85,18,86). Sum of RGB (Red+Green+Blue) = 85+18+86=189 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.97% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 86 (33.98% from 255 or 45.50% from 189); Max value from RGB is 86 - color contains mainly: blue. Hex color #551256 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551256 is #AAEDA9. Grayscale: #2D2D2D. Windows color (decimal): -11201962 or 5640789. OLE color: 5640789.

HSL color Cylindrical-coordinate representation of color #551256: hue angle of 299.12º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #551256 is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 85 18 86 -
CMYK 0.01 0.79 0 0.66
HSL 299.12º 0.65% 0.2% -
HSV(B) 299.12º 0.79% 0.34% -
XYZ 5.64 3.04 9.09 -
YUV 45.79 150.7 155.97 -
System Red Green Blue C M Y K H S L
Decimal 85 18 86 0.01 0.79 0 0.66 299.12 0.65 0.2
Hex 55 12 56 1 4F 0 42 12B 41 14
Octal 125 22 126 1 117 0 102 453 101 24
Binary 1010101 10010 1010110 1 1001111 0 1000010 100101011 1000001 10100

Color Harmonies of #551256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551256

Black with #551256

Text Example


Text Example

White with #551256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551256; }

 p { color: rgb(85,18,86); }

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

background-color css

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

 a { background-color: rgb(85,18,86); }

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

border-color css

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

 span { border-color: rgb(85,18,86); }

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