Html Css Color HEX #50085A Hot Purple

📋 copy color: '#50085A'

red 80 ◦ green 8 ◦ blue 90

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

Shades of Hot Purple #50085A

Tints of Hot Purple #50085A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.49%

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

R = 44.94%
G = 4.49%
B = 50.56%

CMYK

 C value IS 0.11

 M value IS 0.91

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#50085A (or 0x50085A) is known color: Hot Purple. HEX triplet: 50, 08 and 5A. RGB value is (80,8,90). Sum of RGB (Red+Green+Blue) = 80+8+90=178 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.94% from 178); Green value is 8 (3.52% from 255 or 4.49% from 178); Blue value is 90 (35.55% from 255 or 50.56% from 178); Max value from RGB is 90 - color contains mainly: blue. Hex color #50085A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50085A is #AFF7A5. Grayscale: #262626. Windows color (decimal): -11532198 or 5900368. OLE color: 5900368.

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

Color convert

RGB 80 8 90 -
CMYK 0.11 0.91 0 0.65
HSL 292.68º 0.84% 0.19% -
HSV(B) 292.68º 0.91% 0.35% -
XYZ 5.24 2.62 9.9 -
YUV 38.88 156.85 157.33 -
System Red Green Blue C M Y K H S L
Decimal 80 8 90 0.11 0.91 0 0.65 292.68 0.84 0.19
Hex 50 8 5A B 5B 0 41 125 54 13
Octal 120 10 132 13 133 0 101 445 124 23
Binary 1010000 1000 1011010 1011 1011011 0 1000001 100100101 1010100 10011

Color Harmonies of #50085A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50085A

Black with #50085A

Text Example


Text Example

White with #50085A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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