Html Css Color HEX #470552 Hot Purple

📋 copy color: '#470552'

red 71 ◦ green 5 ◦ blue 82

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

Shades of Hot Purple #470552

Tints of Hot Purple #470552

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.16%

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

R = 44.94%
G = 3.16%
B = 51.9%

CMYK

 C value IS 0.13

 M value IS 0.94

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#470552 (or 0x470552) is known color: Hot Purple. HEX triplet: 47, 05 and 52. RGB value is (71,5,82). Sum of RGB (Red+Green+Blue) = 71+5+82=158 (20% of max value = 765). Red value is 71 (28.12% from 255 or 44.94% from 158); Green value is 5 (2.34% from 255 or 3.16% from 158); Blue value is 82 (32.42% from 255 or 51.90% from 158); Max value from RGB is 82 - color contains mainly: blue. Hex color #470552 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470552 is #B8FAAD. Grayscale: #212121. Windows color (decimal): -12122798 or 5375303. OLE color: 5375303.

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

Color convert

RGB 71 5 82 -
CMYK 0.13 0.94 0 0.68
HSL 291.43º 0.89% 0.17% -
HSV(B) 291.43º 0.94% 0.32% -
XYZ 4.18 2.06 8.16 -
YUV 33.51 155.37 154.74 -
System Red Green Blue C M Y K H S L
Decimal 71 5 82 0.13 0.94 0 0.68 291.43 0.89 0.17
Hex 47 5 52 D 5E 0 44 123 59 11
Octal 107 5 122 15 136 0 104 443 131 21
Binary 1000111 101 1010010 1101 1011110 0 1000100 100100011 1011001 10001

Color Harmonies of #470552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470552

Black with #470552

Text Example


Text Example

White with #470552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470552; }

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

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

background-color css

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

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

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

border-color css

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

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

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