Html Css Color HEX #502055 Hot Purple

📋 copy color: '#502055'

red 80 ◦ green 32 ◦ blue 85

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

Shades of Hot Purple #502055

Tints of Hot Purple #502055

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.24%

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

R = 40.61%
G = 16.24%
B = 43.15%

CMYK

 C value IS 0.06

 M value IS 0.62

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#502055 (or 0x502055) is known color: Hot Purple. HEX triplet: 50, 20 and 55. RGB value is (80,32,85). Sum of RGB (Red+Green+Blue) = 80+32+85=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 85 (33.59% from 255 or 43.15% from 197); Max value from RGB is 85 - color contains mainly: blue. Hex color #502055 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502055 is #AFDFAA. Grayscale: #343434. Windows color (decimal): -11526059 or 5578832. OLE color: 5578832.

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

Color convert

RGB 80 32 85 -
CMYK 0.06 0.62 0 0.67
HSL 294.34º 0.45% 0.23% -
HSV(B) 294.34º 0.62% 0.33% -
XYZ 5.46 3.39 8.96 -
YUV 52.39 146.4 147.69 -
System Red Green Blue C M Y K H S L
Decimal 80 32 85 0.06 0.62 0 0.67 294.34 0.45 0.23
Hex 50 20 55 6 3E 0 43 126 2D 17
Octal 120 40 125 6 76 0 103 446 55 27
Binary 1010000 100000 1010101 110 111110 0 1000011 100100110 101101 10111

Color Harmonies of #502055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502055

Black with #502055

Text Example


Text Example

White with #502055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502055; }

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

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

background-color css

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

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

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

border-color css

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

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

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