Html Css Color HEX #50085B Hot Purple

📋 copy color: '#50085B'

red 80 ◦ green 8 ◦ blue 91

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

Shades of Hot Purple #50085B

Tints of Hot Purple #50085B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 50.84%

R = 44.69%
G = 4.47%
B = 50.84%

CMYK

 C value IS 0.12

 M value IS 0.91

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#50085B (or 0x50085B) is known color: Hot Purple. HEX triplet: 50, 08 and 5B. RGB value is (80,8,91). Sum of RGB (Red+Green+Blue) = 80+8+91=179 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.69% from 179); Green value is 8 (3.52% from 255 or 4.47% from 179); Blue value is 91 (35.94% from 255 or 50.84% from 179); Max value from RGB is 91 - color contains mainly: blue. Hex color #50085B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50085B is #AFF7A4. Grayscale: #262626. Windows color (decimal): -11532197 or 5965904. OLE color: 5965904.

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

Color convert

RGB 80 8 91 -
CMYK 0.12 0.91 0 0.64
HSL 292.05º 0.84% 0.19% -
HSV(B) 292.05º 0.91% 0.36% -
XYZ 5.28 2.63 10.13 -
YUV 38.99 157.35 157.25 -
System Red Green Blue C M Y K H S L
Decimal 80 8 91 0.12 0.91 0 0.64 292.05 0.84 0.19
Hex 50 8 5B C 5B 0 40 124 54 13
Octal 120 10 133 14 133 0 100 444 124 23
Binary 1010000 1000 1011011 1100 1011011 0 1000000 100100100 1010100 10011

Color Harmonies of #50085B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50085B

Black with #50085B

Text Example


Text Example

White with #50085B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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