Html Css Color HEX #502852 Hot Purple

📋 copy color: '#502852'

red 80 ◦ green 40 ◦ blue 82

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

Shades of Hot Purple #502852

Tints of Hot Purple #502852

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.8%

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

R = 39.6%
G = 19.8%
B = 40.59%

CMYK

 C value IS 0.02

 M value IS 0.51

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#502852 (or 0x502852) is known color: Hot Purple. HEX triplet: 50, 28 and 52. RGB value is (80,40,82). Sum of RGB (Red+Green+Blue) = 80+40+82=202 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.60% from 202); Green value is 40 (16.02% from 255 or 19.80% from 202); Blue value is 82 (32.42% from 255 or 40.59% from 202); Max value from RGB is 82 - color contains mainly: blue. Hex color #502852 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502852 is #AFD7AD. Grayscale: #383838. Windows color (decimal): -11524014 or 5384272. OLE color: 5384272.

HSL color Cylindrical-coordinate representation of color #502852: hue angle of 297.14º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #502852 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 80 40 82 -
CMYK 0.02 0.51 0 0.68
HSL 297.14º 0.34% 0.24% -
HSV(B) 297.14º 0.51% 0.32% -
XYZ 5.59 3.83 8.43 -
YUV 56.75 142.25 144.58 -
System Red Green Blue C M Y K H S L
Decimal 80 40 82 0.02 0.51 0 0.68 297.14 0.34 0.24
Hex 50 28 52 2 33 0 44 129 22 18
Octal 120 50 122 2 63 0 104 451 42 30
Binary 1010000 101000 1010010 10 110011 0 1000100 100101001 100010 11000

Color Harmonies of #502852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502852

Black with #502852

Text Example


Text Example

White with #502852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502852; }

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

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

background-color css

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

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

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

border-color css

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

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

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