Html Css Color HEX #471552 Hot Purple

📋 copy color: '#471552'

red 71 ◦ green 21 ◦ blue 82

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

Shades of Hot Purple #471552

Tints of Hot Purple #471552

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.07%

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

R = 40.8%
G = 12.07%
B = 47.13%

CMYK

 C value IS 0.13

 M value IS 0.74

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#471552 (or 0x471552) is known color: Hot Purple. HEX triplet: 47, 15 and 52. RGB value is (71,21,82). Sum of RGB (Red+Green+Blue) = 71+21+82=174 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.80% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 82 (32.42% from 255 or 47.13% from 174); Max value from RGB is 82 - color contains mainly: blue. Hex color #471552 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471552 is #B8EAAD. Grayscale: #2A2A2A. Windows color (decimal): -12118702 or 5379399. OLE color: 5379399.

HSL color Cylindrical-coordinate representation of color #471552: hue angle of 289.18º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #471552 is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 71 21 82 -
CMYK 0.13 0.74 0 0.68
HSL 289.18º 0.59% 0.2% -
HSV(B) 289.18º 0.74% 0.32% -
XYZ 4.39 2.49 8.23 -
YUV 42.9 150.07 148.04 -
System Red Green Blue C M Y K H S L
Decimal 71 21 82 0.13 0.74 0 0.68 289.18 0.59 0.2
Hex 47 15 52 D 4A 0 44 121 3B 14
Octal 107 25 122 15 112 0 104 441 73 24
Binary 1000111 10101 1010010 1101 1001010 0 1000100 100100001 111011 10100

Color Harmonies of #471552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471552

Black with #471552

Text Example


Text Example

White with #471552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471552; }

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

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

background-color css

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

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

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

border-color css

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

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

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