Html Css Color HEX #500855 Hot Purple

📋 copy color: '#500855'

red 80 ◦ green 8 ◦ blue 85

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

Shades of Hot Purple #500855

Tints of Hot Purple #500855

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.62%

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

R = 46.24%
G = 4.62%
B = 49.13%

CMYK

 C value IS 0.06

 M value IS 0.91

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#500855 (or 0x500855) is known color: Hot Purple. HEX triplet: 50, 08 and 55. RGB value is (80,8,85). Sum of RGB (Red+Green+Blue) = 80+8+85=173 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.24% from 173); Green value is 8 (3.52% from 255 or 4.62% from 173); Blue value is 85 (33.59% from 255 or 49.13% from 173); Max value from RGB is 85 - color contains mainly: blue. Hex color #500855 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500855 is #AFF7AA. Grayscale: #262626. Windows color (decimal): -11532203 or 5572688. OLE color: 5572688.

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

Color convert

RGB 80 8 85 -
CMYK 0.06 0.91 0 0.67
HSL 296.1º 0.83% 0.18% -
HSV(B) 296.1º 0.91% 0.33% -
XYZ 5.03 2.54 8.82 -
YUV 38.31 154.35 157.74 -
System Red Green Blue C M Y K H S L
Decimal 80 8 85 0.06 0.91 0 0.67 296.1 0.83 0.18
Hex 50 8 55 6 5B 0 43 128 53 12
Octal 120 10 125 6 133 0 103 450 123 22
Binary 1010000 1000 1010101 110 1011011 0 1000011 100101000 1010011 10010

Color Harmonies of #500855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500855

Black with #500855

Text Example


Text Example

White with #500855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500855; }

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

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

background-color css

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

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

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

border-color css

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

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

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