Html Css Color HEX #502350 Hot Purple

📋 copy color: '#502350'

red 80 ◦ green 35 ◦ blue 80

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

Shades of Hot Purple #502350

Tints of Hot Purple #502350

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.95%

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

R = 41.03%
G = 17.95%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#502350 (or 0x502350) is known color: Hot Purple. HEX triplet: 50, 23 and 50. RGB value is (80,35,80). Sum of RGB (Red+Green+Blue) = 80+35+80=195 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.03% from 195); Green value is 35 (14.06% from 255 or 17.95% from 195); Blue value is 80 (31.64% from 255 or 41.03% from 195); Max value from RGB is 80 - color contains mainly: red, blue. Hex color #502350 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502350 is #AFDCAF. Grayscale: #353535. Windows color (decimal): -11525296 or 5251920. OLE color: 5251920.

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

Color convert

RGB 80 35 80 -
CMYK 0 0.56 0 0.69
HSL 300º 0.39% 0.23% -
HSV(B) 300º 0.56% 0.31% -
XYZ 5.36 3.49 7.98 -
YUV 53.59 142.91 146.84 -
System Red Green Blue C M Y K H S L
Decimal 80 35 80 0 0.56 0 0.69 300 0.39 0.23
Hex 50 23 50 0 38 0 45 12C 27 17
Octal 120 43 120 0 70 0 105 454 47 27
Binary 1010000 100011 1010000 0 111000 0 1000101 100101100 100111 10111

Color Harmonies of #502350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502350

Black with #502350

Text Example


Text Example

White with #502350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502350; }

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

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

background-color css

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

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

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

border-color css

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

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

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