Html Css Color HEX #471052 Hot Purple

📋 copy color: '#471052'

red 71 ◦ green 16 ◦ blue 82

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

Shades of Hot Purple #471052

Tints of Hot Purple #471052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 48.52%

R = 42.01%
G = 9.47%
B = 48.52%

CMYK

 C value IS 0.13

 M value IS 0.80

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#471052 (or 0x471052) is known color: Hot Purple. HEX triplet: 47, 10 and 52. RGB value is (71,16,82). Sum of RGB (Red+Green+Blue) = 71+16+82=169 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.01% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 82 (32.42% from 255 or 48.52% from 169); Max value from RGB is 82 - color contains mainly: blue. Hex color #471052 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471052 is #B8EFAD. Grayscale: #272727. Windows color (decimal): -12119982 or 5378119. OLE color: 5378119.

HSL color Cylindrical-coordinate representation of color #471052: hue angle of 290º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #471052 is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 71 16 82 -
CMYK 0.13 0.80 0 0.68
HSL 290º 0.67% 0.19% -
HSV(B) 290º 0.8% 0.32% -
XYZ 4.31 2.32 8.2 -
YUV 39.97 151.72 150.13 -
System Red Green Blue C M Y K H S L
Decimal 71 16 82 0.13 0.80 0 0.68 290 0.67 0.19
Hex 47 10 52 D 50 0 44 122 43 13
Octal 107 20 122 15 120 0 104 442 103 23
Binary 1000111 10000 1010010 1101 1010000 0 1000100 100100010 1000011 10011

Color Harmonies of #471052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471052

Black with #471052

Text Example


Text Example

White with #471052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471052; }

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

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

background-color css

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

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

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

border-color css

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

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

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