Html Css Color HEX #50175C Hot Purple

📋 copy color: '#50175C'

red 80 ◦ green 23 ◦ blue 92

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

Shades of Hot Purple #50175C

Tints of Hot Purple #50175C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.79%

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

R = 41.03%
G = 11.79%
B = 47.18%

CMYK

 C value IS 0.13

 M value IS 0.75

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#50175C (or 0x50175C) is known color: Hot Purple. HEX triplet: 50, 17 and 5C. RGB value is (80,23,92). Sum of RGB (Red+Green+Blue) = 80+23+92=195 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.03% from 195); Green value is 23 (9.38% from 255 or 11.79% from 195); Blue value is 92 (36.33% from 255 or 47.18% from 195); Max value from RGB is 92 - color contains mainly: blue. Hex color #50175C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50175C is #AFE8A3. Grayscale: #2F2F2F. Windows color (decimal): -11528356 or 6035280. OLE color: 6035280.

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

Color convert

RGB 80 23 92 -
CMYK 0.13 0.75 0 0.64
HSL 289.57º 0.6% 0.23% -
HSV(B) 289.57º 0.75% 0.36% -
XYZ 5.55 3.09 10.43 -
YUV 47.91 152.88 150.89 -
System Red Green Blue C M Y K H S L
Decimal 80 23 92 0.13 0.75 0 0.64 289.57 0.6 0.23
Hex 50 17 5C D 4B 0 40 122 3C 17
Octal 120 27 134 15 113 0 100 442 74 27
Binary 1010000 10111 1011100 1101 1001011 0 1000000 100100010 111100 10111

Color Harmonies of #50175C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50175C

Black with #50175C

Text Example


Text Example

White with #50175C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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