Html Css Color HEX #470F52 Hot Purple

📋 copy color: '#470F52'

red 71 ◦ green 15 ◦ blue 82

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

Shades of Hot Purple #470F52

Tints of Hot Purple #470F52

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.93%

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

R = 42.26%
G = 8.93%
B = 48.81%

CMYK

 C value IS 0.13

 M value IS 0.82

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#470F52 (or 0x470F52) is known color: Hot Purple. HEX triplet: 47, 0F and 52. RGB value is (71,15,82). Sum of RGB (Red+Green+Blue) = 71+15+82=168 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.26% from 168); Green value is 15 (6.25% from 255 or 8.93% from 168); Blue value is 82 (32.42% from 255 or 48.81% from 168); Max value from RGB is 82 - color contains mainly: blue. Hex color #470F52 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470F52 is #B8F0AD. Grayscale: #272727. Windows color (decimal): -12120238 or 5377863. OLE color: 5377863.

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

Color convert

RGB 71 15 82 -
CMYK 0.13 0.82 0 0.68
HSL 290.15º 0.69% 0.19% -
HSV(B) 290.15º 0.82% 0.32% -
XYZ 4.29 2.29 8.2 -
YUV 39.38 152.05 150.55 -
System Red Green Blue C M Y K H S L
Decimal 71 15 82 0.13 0.82 0 0.68 290.15 0.69 0.19
Hex 47 F 52 D 52 0 44 122 45 13
Octal 107 17 122 15 122 0 104 442 105 23
Binary 1000111 1111 1010010 1101 1010010 0 1000100 100100010 1000101 10011

Color Harmonies of #470F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470F52

Black with #470F52

Text Example


Text Example

White with #470F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470F52; }

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

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

background-color css

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

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

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

border-color css

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

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

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