Html Css Color HEX #550C58 Hot Purple

📋 copy color: '#550C58'

red 85 ◦ green 12 ◦ blue 88

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

Shades of Hot Purple #550C58

Tints of Hot Purple #550C58

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.49%

 BLUE value IS 88 (34.77% from 255) = 47.57%

R = 45.95%
G = 6.49%
B = 47.57%

CMYK

 C value IS 0.03

 M value IS 0.86

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#550C58 (or 0x550C58) is known color: Hot Purple. HEX triplet: 55, 0C and 58. RGB value is (85,12,88). Sum of RGB (Red+Green+Blue) = 85+12+88=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 12 (5.08% from 255 or 6.49% from 185); Blue value is 88 (34.77% from 255 or 47.57% from 185); Max value from RGB is 88 - color contains mainly: blue. Hex color #550C58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550C58 is #AAF3A7. Grayscale: #2A2A2A. Windows color (decimal): -11203496 or 5770325. OLE color: 5770325.

HSL color Cylindrical-coordinate representation of color #550C58: hue angle of 297.63º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #550C58 is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 12 88 -
CMYK 0.03 0.86 0 0.65
HSL 297.63º 0.76% 0.2% -
HSV(B) 297.63º 0.86% 0.35% -
XYZ 5.64 2.9 9.49 -
YUV 42.49 153.68 158.32 -
System Red Green Blue C M Y K H S L
Decimal 85 12 88 0.03 0.86 0 0.65 297.63 0.76 0.2
Hex 55 C 58 3 56 0 41 12A 4C 14
Octal 125 14 130 3 126 0 101 452 114 24
Binary 1010101 1100 1011000 11 1010110 0 1000001 100101010 1001100 10100

Color Harmonies of #550C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550C58

Black with #550C58

Text Example


Text Example

White with #550C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550C58; }

 p { color: rgb(85,12,88); }

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

background-color css

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

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

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

border-color css

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

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

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