Html Css Color HEX #50185C Hot Purple

📋 copy color: '#50185C'

red 80 ◦ green 24 ◦ blue 92

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

Shades of Hot Purple #50185C

Tints of Hot Purple #50185C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.24%

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

R = 40.82%
G = 12.24%
B = 46.94%

CMYK

 C value IS 0.13

 M value IS 0.74

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#50185C (or 0x50185C) is known color: Hot Purple. HEX triplet: 50, 18 and 5C. RGB value is (80,24,92). Sum of RGB (Red+Green+Blue) = 80+24+92=196 (25% of max value = 765). Red value is 80 (31.64% from 255 or 40.82% from 196); Green value is 24 (9.77% from 255 or 12.24% from 196); Blue value is 92 (36.33% from 255 or 46.94% from 196); Max value from RGB is 92 - color contains mainly: blue. Hex color #50185C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50185C is #AFE7A3. Grayscale: #303030. Windows color (decimal): -11528100 or 6035536. OLE color: 6035536.

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

Color convert

RGB 80 24 92 -
CMYK 0.13 0.74 0 0.64
HSL 289.41º 0.59% 0.23% -
HSV(B) 289.41º 0.74% 0.36% -
XYZ 5.57 3.13 10.44 -
YUV 48.5 152.55 150.47 -
System Red Green Blue C M Y K H S L
Decimal 80 24 92 0.13 0.74 0 0.64 289.41 0.59 0.23
Hex 50 18 5C D 4A 0 40 121 3B 17
Octal 120 30 134 15 112 0 100 441 73 27
Binary 1010000 11000 1011100 1101 1001010 0 1000000 100100001 111011 10111

Color Harmonies of #50185C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50185C

Black with #50185C

Text Example


Text Example

White with #50185C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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