Html Css Color HEX #471153 Hot Purple

📋 copy color: '#471153'

red 71 ◦ green 17 ◦ blue 83

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

Shades of Hot Purple #471153

Tints of Hot Purple #471153

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.94%

 BLUE value IS 83 (32.81% from 255) = 48.54%

R = 41.52%
G = 9.94%
B = 48.54%

CMYK

 C value IS 0.14

 M value IS 0.80

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#471153 (or 0x471153) is known color: Hot Purple. HEX triplet: 47, 11 and 53. RGB value is (71,17,83). Sum of RGB (Red+Green+Blue) = 71+17+83=171 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.52% from 171); Green value is 17 (7.03% from 255 or 9.94% from 171); Blue value is 83 (32.81% from 255 or 48.54% from 171); Max value from RGB is 83 - color contains mainly: blue. Hex color #471153 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471153 is #B8EEAC. Grayscale: #282828. Windows color (decimal): -12119725 or 5443911. OLE color: 5443911.

HSL color Cylindrical-coordinate representation of color #471153: hue angle of 289.09º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #471153 is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 17 83 -
CMYK 0.14 0.80 0 0.67
HSL 289.09º 0.66% 0.2% -
HSV(B) 289.09º 0.8% 0.33% -
XYZ 4.36 2.37 8.41 -
YUV 40.67 151.89 149.63 -
System Red Green Blue C M Y K H S L
Decimal 71 17 83 0.14 0.80 0 0.67 289.09 0.66 0.2
Hex 47 11 53 E 50 0 43 121 42 14
Octal 107 21 123 16 120 0 103 441 102 24
Binary 1000111 10001 1010011 1110 1010000 0 1000011 100100001 1000010 10100

Color Harmonies of #471153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471153

Black with #471153

Text Example


Text Example

White with #471153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471153; }

 p { color: rgb(71,17,83); }

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

background-color css

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

 a { background-color: rgb(71,17,83); }

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

border-color css

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

 span { border-color: rgb(71,17,83); }

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