Html Css Color HEX #500255 Hot Purple

📋 copy color: '#500255'

red 80 ◦ green 2 ◦ blue 85

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

Shades of Hot Purple #500255

Tints of Hot Purple #500255

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.2%

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

R = 47.9%
G = 1.2%
B = 50.9%

CMYK

 C value IS 0.06

 M value IS 0.98

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#500255 (or 0x500255) is known color: Hot Purple. HEX triplet: 50, 02 and 55. RGB value is (80,2,85). Sum of RGB (Red+Green+Blue) = 80+2+85=167 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.90% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 85 (33.59% from 255 or 50.90% from 167); Max value from RGB is 85 - color contains mainly: blue. Hex color #500255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500255 is #AFFDAA. Grayscale: #222222. Windows color (decimal): -11533739 or 5571152. OLE color: 5571152.

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

Color convert

RGB 80 2 85 -
CMYK 0.06 0.98 0 0.67
HSL 296.39º 0.95% 0.17% -
HSV(B) 296.39º 0.98% 0.33% -
XYZ 4.97 2.4 8.8 -
YUV 34.78 156.34 160.25 -
System Red Green Blue C M Y K H S L
Decimal 80 2 85 0.06 0.98 0 0.67 296.39 0.95 0.17
Hex 50 2 55 6 62 0 43 128 5F 11
Octal 120 2 125 6 142 0 103 450 137 21
Binary 1010000 10 1010101 110 1100010 0 1000011 100101000 1011111 10001

Color Harmonies of #500255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500255

Black with #500255

Text Example


Text Example

White with #500255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500255; }

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

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

background-color css

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

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

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

border-color css

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

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

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