Html Css Color HEX #502553 Hot Purple

📋 copy color: '#502553'

red 80 ◦ green 37 ◦ blue 83

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

Shades of Hot Purple #502553

Tints of Hot Purple #502553

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.5%

 BLUE value IS 83 (32.81% from 255) = 41.5%

R = 40%
G = 18.5%
B = 41.5%

CMYK

 C value IS 0.04

 M value IS 0.55

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#502553 (or 0x502553) is known color: Hot Purple. HEX triplet: 50, 25 and 53. RGB value is (80,37,83). Sum of RGB (Red+Green+Blue) = 80+37+83=200 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40% from 200); Green value is 37 (14.84% from 255 or 18.5% from 200); Blue value is 83 (32.81% from 255 or 41.5% from 200); Max value from RGB is 83 - color contains mainly: blue. Hex color #502553 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502553 is #AFDAAC. Grayscale: #363636. Windows color (decimal): -11524781 or 5449040. OLE color: 5449040.

HSL color Cylindrical-coordinate representation of color #502553: hue angle of 296.09º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #502553 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 80 37 83 -
CMYK 0.04 0.55 0 0.67
HSL 296.09º 0.38% 0.24% -
HSV(B) 296.09º 0.55% 0.33% -
XYZ 5.53 3.65 8.6 -
YUV 55.1 143.75 145.76 -
System Red Green Blue C M Y K H S L
Decimal 80 37 83 0.04 0.55 0 0.67 296.09 0.38 0.24
Hex 50 25 53 4 37 0 43 128 26 18
Octal 120 45 123 4 67 0 103 450 46 30
Binary 1010000 100101 1010011 100 110111 0 1000011 100101000 100110 11000

Color Harmonies of #502553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502553

Black with #502553

Text Example


Text Example

White with #502553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502553; }

 p { color: rgb(80,37,83); }

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

background-color css

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

 a { background-color: rgb(80,37,83); }

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

border-color css

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

 span { border-color: rgb(80,37,83); }

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