Html Css Color HEX #50025C Hot Purple

📋 copy color: '#50025C'

red 80 ◦ green 2 ◦ blue 92

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

Shades of Hot Purple #50025C

Tints of Hot Purple #50025C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 52.87%

R = 45.98%
G = 1.15%
B = 52.87%

CMYK

 C value IS 0.13

 M value IS 0.98

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#50025C (or 0x50025C) is known color: Hot Purple. HEX triplet: 50, 02 and 5C. RGB value is (80,2,92). Sum of RGB (Red+Green+Blue) = 80+2+92=174 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.98% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 92 (36.33% from 255 or 52.87% from 174); Max value from RGB is 92 - color contains mainly: blue. Hex color #50025C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50025C is #AFFDA3. Grayscale: #232323. Windows color (decimal): -11533732 or 6029904. OLE color: 6029904.

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

Color convert

RGB 80 2 92 -
CMYK 0.13 0.98 0 0.64
HSL 292º 0.96% 0.18% -
HSV(B) 292º 0.98% 0.36% -
XYZ 5.26 2.52 10.33 -
YUV 35.58 159.84 159.68 -
System Red Green Blue C M Y K H S L
Decimal 80 2 92 0.13 0.98 0 0.64 292 0.96 0.18
Hex 50 2 5C D 62 0 40 124 60 12
Octal 120 2 134 15 142 0 100 444 140 22
Binary 1010000 10 1011100 1101 1100010 0 1000000 100100100 1100000 10010

Color Harmonies of #50025C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50025C

Black with #50025C

Text Example


Text Example

White with #50025C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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