Html Css Color HEX #502B52 Hot Purple

📋 copy color: '#502B52'

red 80 ◦ green 43 ◦ blue 82

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

Shades of Hot Purple #502B52

Tints of Hot Purple #502B52

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20.98%

 BLUE value IS 82 (32.42% from 255) = 40%

R = 39.02%
G = 20.98%
B = 40%

CMYK

 C value IS 0.02

 M value IS 0.48

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#502B52 (or 0x502B52) is known color: Hot Purple. HEX triplet: 50, 2B and 52. RGB value is (80,43,82). Sum of RGB (Red+Green+Blue) = 80+43+82=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 43 (17.19% from 255 or 20.98% from 205); Blue value is 82 (32.42% from 255 or 40% from 205); Max value from RGB is 82 - color contains mainly: blue. Hex color #502B52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502B52 is #AFD4AD. Grayscale: #3A3A3A. Windows color (decimal): -11523246 or 5385040. OLE color: 5385040.

HSL color Cylindrical-coordinate representation of color #502B52: hue angle of 296.92º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #502B52 is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 80 43 82 -
CMYK 0.02 0.48 0 0.68
HSL 296.92º 0.31% 0.25% -
HSV(B) 296.92º 0.48% 0.32% -
XYZ 5.7 4.04 8.46 -
YUV 58.51 141.26 143.33 -
System Red Green Blue C M Y K H S L
Decimal 80 43 82 0.02 0.48 0 0.68 296.92 0.31 0.25
Hex 50 2B 52 2 30 0 44 129 1F 19
Octal 120 53 122 2 60 0 104 451 37 31
Binary 1010000 101011 1010010 10 110000 0 1000100 100101001 11111 11001

Color Harmonies of #502B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502B52

Black with #502B52

Text Example


Text Example

White with #502B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502B52; }

 p { color: rgb(80,43,82); }

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

background-color css

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

 a { background-color: rgb(80,43,82); }

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

border-color css

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

 span { border-color: rgb(80,43,82); }

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