Html Css Color HEX #50025A Hot Purple

📋 copy color: '#50025A'

red 80 ◦ green 2 ◦ blue 90

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

Shades of Hot Purple #50025A

Tints of Hot Purple #50025A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.16%

 BLUE value IS 90 (35.55% from 255) = 52.33%

R = 46.51%
G = 1.16%
B = 52.33%

CMYK

 C value IS 0.11

 M value IS 0.98

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#50025A (or 0x50025A) is known color: Hot Purple. HEX triplet: 50, 02 and 5A. RGB value is (80,2,90). Sum of RGB (Red+Green+Blue) = 80+2+90=172 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.51% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 90 (35.55% from 255 or 52.33% from 172); Max value from RGB is 90 - color contains mainly: blue. Hex color #50025A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50025A is #AFFDA5. Grayscale: #232323. Windows color (decimal): -11533734 or 5898832. OLE color: 5898832.

HSL color Cylindrical-coordinate representation of color #50025A: hue angle of 293.18º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #50025A is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 2 90 -
CMYK 0.11 0.98 0 0.65
HSL 293.18º 0.96% 0.18% -
HSV(B) 293.18º 0.98% 0.35% -
XYZ 5.18 2.49 9.88 -
YUV 35.35 158.84 159.84 -
System Red Green Blue C M Y K H S L
Decimal 80 2 90 0.11 0.98 0 0.65 293.18 0.96 0.18
Hex 50 2 5A B 62 0 41 125 60 12
Octal 120 2 132 13 142 0 101 445 140 22
Binary 1010000 10 1011010 1011 1100010 0 1000001 100100101 1100000 10010

Color Harmonies of #50025A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50025A

Black with #50025A

Text Example


Text Example

White with #50025A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50025A; }

 p { color: rgb(80,2,90); }

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

background-color css

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

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

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

border-color css

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

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

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