Html Css Color HEX #500455 Hot Purple

📋 copy color: '#500455'

red 80 ◦ green 4 ◦ blue 85

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

Shades of Hot Purple #500455

Tints of Hot Purple #500455

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.37%

 BLUE value IS 85 (33.59% from 255) = 50.3%

R = 47.34%
G = 2.37%
B = 50.3%

CMYK

 C value IS 0.06

 M value IS 0.95

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#500455 (or 0x500455) is known color: Hot Purple. HEX triplet: 50, 04 and 55. RGB value is (80,4,85). Sum of RGB (Red+Green+Blue) = 80+4+85=169 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.34% from 169); Green value is 4 (1.95% from 255 or 2.37% from 169); Blue value is 85 (33.59% from 255 or 50.30% from 169); Max value from RGB is 85 - color contains mainly: blue. Hex color #500455 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500455 is #AFFBAA. Grayscale: #232323. Windows color (decimal): -11533227 or 5571664. OLE color: 5571664.

HSL color Cylindrical-coordinate representation of color #500455: hue angle of 296.3º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500455 is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 80 4 85 -
CMYK 0.06 0.95 0 0.67
HSL 296.3º 0.91% 0.17% -
HSV(B) 296.3º 0.95% 0.33% -
XYZ 4.99 2.45 8.8 -
YUV 35.96 155.68 159.41 -
System Red Green Blue C M Y K H S L
Decimal 80 4 85 0.06 0.95 0 0.67 296.3 0.91 0.17
Hex 50 4 55 6 5F 0 43 128 5B 11
Octal 120 4 125 6 137 0 103 450 133 21
Binary 1010000 100 1010101 110 1011111 0 1000011 100101000 1011011 10001

Color Harmonies of #500455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500455

Black with #500455

Text Example


Text Example

White with #500455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500455; }

 p { color: rgb(80,4,85); }

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

background-color css

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

 a { background-color: rgb(80,4,85); }

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

border-color css

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

 span { border-color: rgb(80,4,85); }

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