Html Css Color HEX #551355 Hot Purple

📋 copy color: '#551355'

red 85 ◦ green 19 ◦ blue 85

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

Shades of Hot Purple #551355

Tints of Hot Purple #551355

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.05%

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

R = 44.97%
G = 10.05%
B = 44.97%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#551355 (or 0x551355) is known color: Hot Purple. HEX triplet: 55, 13 and 55. RGB value is (85,19,85). Sum of RGB (Red+Green+Blue) = 85+19+85=189 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.97% from 189); Green value is 19 (7.81% from 255 or 10.05% from 189); Blue value is 85 (33.59% from 255 or 44.97% from 189); Max value from RGB is 85 - color contains mainly: red, blue. Hex color #551355 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551355 is #AAECAA. Grayscale: #2E2E2E. Windows color (decimal): -11201707 or 5575509. OLE color: 5575509.

HSL color Cylindrical-coordinate representation of color #551355: hue angle of 300º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #551355 is Cyan = 0, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 19 85 -
CMYK 0 0.78 0 0.67
HSL 300º 0.63% 0.2% -
HSV(B) 300º 0.78% 0.33% -
XYZ 5.62 3.05 8.89 -
YUV 46.26 149.87 155.63 -
System Red Green Blue C M Y K H S L
Decimal 85 19 85 0 0.78 0 0.67 300 0.63 0.2
Hex 55 13 55 0 4E 0 43 12C 3F 14
Octal 125 23 125 0 116 0 103 454 77 24
Binary 1010101 10011 1010101 0 1001110 0 1000011 100101100 111111 10100

Color Harmonies of #551355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551355

Black with #551355

Text Example


Text Example

White with #551355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551355; }

 p { color: rgb(85,19,85); }

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

background-color css

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

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

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

border-color css

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

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

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