Html Css Color HEX #50145C Hot Purple

📋 copy color: '#50145C'

red 80 ◦ green 20 ◦ blue 92

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

Shades of Hot Purple #50145C

Tints of Hot Purple #50145C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.42%

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

R = 41.67%
G = 10.42%
B = 47.92%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#50145C (or 0x50145C) is known color: Hot Purple. HEX triplet: 50, 14 and 5C. RGB value is (80,20,92). Sum of RGB (Red+Green+Blue) = 80+20+92=192 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.67% from 192); Green value is 20 (8.20% from 255 or 10.42% from 192); Blue value is 92 (36.33% from 255 or 47.92% from 192); Max value from RGB is 92 - color contains mainly: blue. Hex color #50145C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50145C is #AFEBA3. Grayscale: #2D2D2D. Windows color (decimal): -11529124 or 6034512. OLE color: 6034512.

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

Color convert

RGB 80 20 92 -
CMYK 0.13 0.78 0 0.64
HSL 290º 0.64% 0.22% -
HSV(B) 290º 0.78% 0.36% -
XYZ 5.49 2.98 10.41 -
YUV 46.15 153.88 152.15 -
System Red Green Blue C M Y K H S L
Decimal 80 20 92 0.13 0.78 0 0.64 290 0.64 0.22
Hex 50 14 5C D 4E 0 40 122 40 16
Octal 120 24 134 15 116 0 100 442 100 26
Binary 1010000 10100 1011100 1101 1001110 0 1000000 100100010 1000000 10110

Color Harmonies of #50145C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50145C

Black with #50145C

Text Example


Text Example

White with #50145C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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