Html Css Color HEX #471053 Hot Purple

📋 copy color: '#471053'

red 71 ◦ green 16 ◦ blue 83

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

Shades of Hot Purple #471053

Tints of Hot Purple #471053

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.41%

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

R = 41.76%
G = 9.41%
B = 48.82%

CMYK

 C value IS 0.14

 M value IS 0.81

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#471053 (or 0x471053) is known color: Hot Purple. HEX triplet: 47, 10 and 53. RGB value is (71,16,83). Sum of RGB (Red+Green+Blue) = 71+16+83=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 16 (6.64% from 255 or 9.41% from 170); Blue value is 83 (32.81% from 255 or 48.82% from 170); Max value from RGB is 83 - color contains mainly: blue. Hex color #471053 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471053 is #B8EFAC. Grayscale: #272727. Windows color (decimal): -12119981 or 5443655. OLE color: 5443655.

HSL color Cylindrical-coordinate representation of color #471053: hue angle of 289.25º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #471053 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 16 83 -
CMYK 0.14 0.81 0 0.67
HSL 289.25º 0.68% 0.19% -
HSV(B) 289.25º 0.81% 0.33% -
XYZ 4.35 2.33 8.41 -
YUV 40.08 152.22 150.05 -
System Red Green Blue C M Y K H S L
Decimal 71 16 83 0.14 0.81 0 0.67 289.25 0.68 0.19
Hex 47 10 53 E 51 0 43 121 44 13
Octal 107 20 123 16 121 0 103 441 104 23
Binary 1000111 10000 1010011 1110 1010001 0 1000011 100100001 1000100 10011

Color Harmonies of #471053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471053

Black with #471053

Text Example


Text Example

White with #471053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471053; }

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

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

background-color css

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

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

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

border-color css

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

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

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