Html Css Color HEX #502450 Hot Purple

📋 copy color: '#502450'

red 80 ◦ green 36 ◦ blue 80

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

Shades of Hot Purple #502450

Tints of Hot Purple #502450

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.37%

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

R = 40.82%
G = 18.37%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#502450 (or 0x502450) is known color: Hot Purple. HEX triplet: 50, 24 and 50. RGB value is (80,36,80). Sum of RGB (Red+Green+Blue) = 80+36+80=196 (25% of max value = 765). Red value is 80 (31.64% from 255 or 40.82% from 196); Green value is 36 (14.45% from 255 or 18.37% from 196); Blue value is 80 (31.64% from 255 or 40.82% from 196); Max value from RGB is 80 - color contains mainly: red, blue. Hex color #502450 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502450 is #AFDBAF. Grayscale: #363636. Windows color (decimal): -11525040 or 5252176. OLE color: 5252176.

HSL color Cylindrical-coordinate representation of color #502450: hue angle of 300º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #502450 is Cyan = 0, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 36 80 -
CMYK 0 0.55 0 0.69
HSL 300º 0.38% 0.23% -
HSV(B) 300º 0.55% 0.31% -
XYZ 5.39 3.55 7.99 -
YUV 54.17 142.58 146.42 -
System Red Green Blue C M Y K H S L
Decimal 80 36 80 0 0.55 0 0.69 300 0.38 0.23
Hex 50 24 50 0 37 0 45 12C 26 17
Octal 120 44 120 0 67 0 105 454 46 27
Binary 1010000 100100 1010000 0 110111 0 1000101 100101100 100110 10111

Color Harmonies of #502450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502450

Black with #502450

Text Example


Text Example

White with #502450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502450; }

 p { color: rgb(80,36,80); }

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

background-color css

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

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

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

border-color css

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

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

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