Html Css Color HEX #50055C Hot Purple

📋 copy color: '#50055C'

red 80 ◦ green 5 ◦ blue 92

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

Shades of Hot Purple #50055C

Tints of Hot Purple #50055C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.82%

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

R = 45.2%
G = 2.82%
B = 51.98%

CMYK

 C value IS 0.13

 M value IS 0.95

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#50055C (or 0x50055C) is known color: Hot Purple. HEX triplet: 50, 05 and 5C. RGB value is (80,5,92). Sum of RGB (Red+Green+Blue) = 80+5+92=177 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.20% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 92 (36.33% from 255 or 51.98% from 177); Max value from RGB is 92 - color contains mainly: blue. Hex color #50055C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50055C is #AFFAA3. Grayscale: #252525. Windows color (decimal): -11532964 or 6030672. OLE color: 6030672.

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

Color convert

RGB 80 5 92 -
CMYK 0.13 0.95 0 0.64
HSL 291.72º 0.9% 0.19% -
HSV(B) 291.72º 0.95% 0.36% -
XYZ 5.29 2.59 10.35 -
YUV 37.34 158.85 158.43 -
System Red Green Blue C M Y K H S L
Decimal 80 5 92 0.13 0.95 0 0.64 291.72 0.9 0.19
Hex 50 5 5C D 5F 0 40 124 5A 13
Octal 120 5 134 15 137 0 100 444 132 23
Binary 1010000 101 1011100 1101 1011111 0 1000000 100100100 1011010 10011

Color Harmonies of #50055C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50055C

Black with #50055C

Text Example


Text Example

White with #50055C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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