Html Css Color HEX #500655 Hot Purple

📋 copy color: '#500655'

red 80 ◦ green 6 ◦ blue 85

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

Shades of Hot Purple #500655

Tints of Hot Purple #500655

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.51%

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

R = 46.78%
G = 3.51%
B = 49.71%

CMYK

 C value IS 0.06

 M value IS 0.93

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#500655 (or 0x500655) is known color: Hot Purple. HEX triplet: 50, 06 and 55. RGB value is (80,6,85). Sum of RGB (Red+Green+Blue) = 80+6+85=171 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.78% from 171); Green value is 6 (2.73% from 255 or 3.51% from 171); Blue value is 85 (33.59% from 255 or 49.71% from 171); Max value from RGB is 85 - color contains mainly: blue. Hex color #500655 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500655 is #AFF9AA. Grayscale: #242424. Windows color (decimal): -11532715 or 5572176. OLE color: 5572176.

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

Color convert

RGB 80 6 85 -
CMYK 0.06 0.93 0 0.67
HSL 296.2º 0.87% 0.18% -
HSV(B) 296.2º 0.93% 0.33% -
XYZ 5.01 2.49 8.81 -
YUV 37.13 155.02 158.58 -
System Red Green Blue C M Y K H S L
Decimal 80 6 85 0.06 0.93 0 0.67 296.2 0.87 0.18
Hex 50 6 55 6 5D 0 43 128 57 12
Octal 120 6 125 6 135 0 103 450 127 22
Binary 1010000 110 1010101 110 1011101 0 1000011 100101000 1010111 10010

Color Harmonies of #500655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500655

Black with #500655

Text Example


Text Example

White with #500655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500655; }

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

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

background-color css

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

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

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

border-color css

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

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

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