Html Css Color HEX #470952 Hot Purple

📋 copy color: '#470952'

red 71 ◦ green 9 ◦ blue 82

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

Shades of Hot Purple #470952

Tints of Hot Purple #470952

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.56%

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

R = 43.83%
G = 5.56%
B = 50.62%

CMYK

 C value IS 0.13

 M value IS 0.89

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#470952 (or 0x470952) is known color: Hot Purple. HEX triplet: 47, 09 and 52. RGB value is (71,9,82). Sum of RGB (Red+Green+Blue) = 71+9+82=162 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.83% from 162); Green value is 9 (3.91% from 255 or 5.56% from 162); Blue value is 82 (32.42% from 255 or 50.62% from 162); Max value from RGB is 82 - color contains mainly: blue. Hex color #470952 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470952 is #B8F6AD. Grayscale: #232323. Windows color (decimal): -12121774 or 5376327. OLE color: 5376327.

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

Color convert

RGB 71 9 82 -
CMYK 0.13 0.89 0 0.68
HSL 290.96º 0.8% 0.18% -
HSV(B) 290.96º 0.89% 0.32% -
XYZ 4.22 2.14 8.17 -
YUV 35.86 154.04 153.06 -
System Red Green Blue C M Y K H S L
Decimal 71 9 82 0.13 0.89 0 0.68 290.96 0.8 0.18
Hex 47 9 52 D 59 0 44 123 50 12
Octal 107 11 122 15 131 0 104 443 120 22
Binary 1000111 1001 1010010 1101 1011001 0 1000100 100100011 1010000 10010

Color Harmonies of #470952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470952

Black with #470952

Text Example


Text Example

White with #470952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470952; }

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

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

background-color css

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

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

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

border-color css

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

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

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