Html Css Color HEX #500055 Hot Purple

📋 copy color: '#500055'

red 80 ◦ green 0 ◦ blue 85

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

Shades of Hot Purple #500055

Tints of Hot Purple #500055

RGB

 RED value IS 80 (31.64% from 255) = 48.48%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 48.48%
G = 0%
B = 51.52%

CMYK

 C value IS 0.06

 M value IS 1

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#500055 (or 0x500055) is known color: Hot Purple. HEX triplet: 50, 00 and 55. RGB value is (80,0,85). Sum of RGB (Red+Green+Blue) = 80+0+85=165 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.48% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 85 (33.59% from 255 or 51.52% from 165); Max value from RGB is 85 - color contains mainly: blue. Hex color #500055 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500055 is #AFFFAA. Grayscale: #212121. Windows color (decimal): -11534251 or 5570640. OLE color: 5570640.

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

Color convert

RGB 80 0 85 -
CMYK 0.06 1 0 0.67
HSL 296.47º 1% 0.17% -
HSV(B) 296.47º 1% 0.33% -
XYZ 4.95 2.36 8.79 -
YUV 33.61 157 161.09 -
System Red Green Blue C M Y K H S L
Decimal 80 0 85 0.06 1 0 0.67 296.47 1 0.17
Hex 50 0 55 6 64 0 43 128 64 11
Octal 120 0 125 6 144 0 103 450 144 21
Binary 1010000 0 1010101 110 1100100 0 1000011 100101000 1100100 10001

Color Harmonies of #500055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500055

Black with #500055

Text Example


Text Example

White with #500055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500055; }

 p { color: rgb(80,0,85); }

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

background-color css

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

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

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

border-color css

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

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

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