Html Css Color HEX #470452 Hot Purple

📋 copy color: '#470452'

red 71 ◦ green 4 ◦ blue 82

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

Shades of Hot Purple #470452

Tints of Hot Purple #470452

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.55%

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

R = 45.22%
G = 2.55%
B = 52.23%

CMYK

 C value IS 0.13

 M value IS 0.95

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#470452 (or 0x470452) is known color: Hot Purple. HEX triplet: 47, 04 and 52. RGB value is (71,4,82). Sum of RGB (Red+Green+Blue) = 71+4+82=157 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.22% from 157); Green value is 4 (1.95% from 255 or 2.55% from 157); Blue value is 82 (32.42% from 255 or 52.23% from 157); Max value from RGB is 82 - color contains mainly: blue. Hex color #470452 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470452 is #B8FBAD. Grayscale: #202020. Windows color (decimal): -12123054 or 5375047. OLE color: 5375047.

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

Color convert

RGB 71 4 82 -
CMYK 0.13 0.95 0 0.68
HSL 291.54º 0.91% 0.17% -
HSV(B) 291.54º 0.95% 0.32% -
XYZ 4.16 2.04 8.16 -
YUV 32.93 155.7 155.16 -
System Red Green Blue C M Y K H S L
Decimal 71 4 82 0.13 0.95 0 0.68 291.54 0.91 0.17
Hex 47 4 52 D 5F 0 44 124 5B 11
Octal 107 4 122 15 137 0 104 444 133 21
Binary 1000111 100 1010010 1101 1011111 0 1000100 100100100 1011011 10001

Color Harmonies of #470452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470452

Black with #470452

Text Example


Text Example

White with #470452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470452; }

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

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

background-color css

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

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

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

border-color css

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

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

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