Html Css Color HEX #502153 Hot Purple

📋 copy color: '#502153'

red 80 ◦ green 33 ◦ blue 83

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

Shades of Hot Purple #502153

Tints of Hot Purple #502153

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.84%

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

R = 40.82%
G = 16.84%
B = 42.35%

CMYK

 C value IS 0.04

 M value IS 0.60

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#502153 (or 0x502153) is known color: Hot Purple. HEX triplet: 50, 21 and 53. RGB value is (80,33,83). Sum of RGB (Red+Green+Blue) = 80+33+83=196 (25% of max value = 765). Red value is 80 (31.64% from 255 or 40.82% from 196); Green value is 33 (13.28% from 255 or 16.84% from 196); Blue value is 83 (32.81% from 255 or 42.35% from 196); Max value from RGB is 83 - color contains mainly: blue. Hex color #502153 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502153 is #AFDEAC. Grayscale: #343434. Windows color (decimal): -11525805 or 5448016. OLE color: 5448016.

HSL color Cylindrical-coordinate representation of color #502153: hue angle of 296.4º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #502153 is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 80 33 83 -
CMYK 0.04 0.60 0 0.67
HSL 296.4º 0.43% 0.23% -
HSV(B) 296.4º 0.6% 0.33% -
XYZ 5.41 3.42 8.56 -
YUV 52.75 145.07 147.43 -
System Red Green Blue C M Y K H S L
Decimal 80 33 83 0.04 0.60 0 0.67 296.4 0.43 0.23
Hex 50 21 53 4 3C 0 43 128 2B 17
Octal 120 41 123 4 74 0 103 450 53 27
Binary 1010000 100001 1010011 100 111100 0 1000011 100101000 101011 10111

Color Harmonies of #502153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502153

Black with #502153

Text Example


Text Example

White with #502153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502153; }

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

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

background-color css

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

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

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

border-color css

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

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

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