Html Css Color HEX #471350 Hot Purple

📋 copy color: '#471350'

red 71 ◦ green 19 ◦ blue 80

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

Shades of Hot Purple #471350

Tints of Hot Purple #471350

RGB

 RED value IS 71 (28.13% from 255) = 41.76%

 GREEN value IS 19 (7.81% from 255) = 11.18%

 BLUE value IS 80 (31.64% from 255) = 47.06%

R = 41.76%
G = 11.18%
B = 47.06%

CMYK

 C value IS 0.11

 M value IS 0.76

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#471350 (or 0x471350) is known color: Hot Purple. HEX triplet: 47, 13 and 50. RGB value is (71,19,80). Sum of RGB (Red+Green+Blue) = 71+19+80=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 19 (7.81% from 255 or 11.18% from 170); Blue value is 80 (31.64% from 255 or 47.06% from 170); Max value from RGB is 80 - color contains mainly: blue. Hex color #471350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471350 is #B8ECAF. Grayscale: #292929. Windows color (decimal): -12119216 or 5247815. OLE color: 5247815.

HSL color Cylindrical-coordinate representation of color #471350: hue angle of 291.15º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #471350 is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 19 80 -
CMYK 0.11 0.76 0 0.69
HSL 291.15º 0.62% 0.19% -
HSV(B) 291.15º 0.76% 0.31% -
XYZ 4.28 2.38 7.82 -
YUV 41.5 149.73 149.04 -
System Red Green Blue C M Y K H S L
Decimal 71 19 80 0.11 0.76 0 0.69 291.15 0.62 0.19
Hex 47 13 50 B 4C 0 45 123 3E 13
Octal 107 23 120 13 114 0 105 443 76 23
Binary 1000111 10011 1010000 1011 1001100 0 1000101 100100011 111110 10011

Color Harmonies of #471350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471350

Black with #471350

Text Example


Text Example

White with #471350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471350; }

 p { color: rgb(71,19,80); }

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

background-color css

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

 a { background-color: rgb(71,19,80); }

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

border-color css

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

 span { border-color: rgb(71,19,80); }

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