Html Css Color HEX #470652 Hot Purple

📋 copy color: '#470652'

red 71 ◦ green 6 ◦ blue 82

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

Shades of Hot Purple #470652

Tints of Hot Purple #470652

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.77%

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

R = 44.65%
G = 3.77%
B = 51.57%

CMYK

 C value IS 0.13

 M value IS 0.93

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#470652 (or 0x470652) is known color: Hot Purple. HEX triplet: 47, 06 and 52. RGB value is (71,6,82). Sum of RGB (Red+Green+Blue) = 71+6+82=159 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.65% from 159); Green value is 6 (2.73% from 255 or 3.77% from 159); Blue value is 82 (32.42% from 255 or 51.57% from 159); Max value from RGB is 82 - color contains mainly: blue. Hex color #470652 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470652 is #B8F9AD. Grayscale: #212121. Windows color (decimal): -12122542 or 5375559. OLE color: 5375559.

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

Color convert

RGB 71 6 82 -
CMYK 0.13 0.93 0 0.68
HSL 291.32º 0.86% 0.17% -
HSV(B) 291.32º 0.93% 0.32% -
XYZ 4.19 2.08 8.16 -
YUV 34.1 155.03 154.32 -
System Red Green Blue C M Y K H S L
Decimal 71 6 82 0.13 0.93 0 0.68 291.32 0.86 0.17
Hex 47 6 52 D 5D 0 44 123 56 11
Octal 107 6 122 15 135 0 104 443 126 21
Binary 1000111 110 1010010 1101 1011101 0 1000100 100100011 1010110 10001

Color Harmonies of #470652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470652

Black with #470652

Text Example


Text Example

White with #470652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470652; }

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

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

background-color css

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

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

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

border-color css

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

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

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