Html Css Color HEX #470953 Hot Purple

📋 copy color: '#470953'

red 71 ◦ green 9 ◦ blue 83

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

Shades of Hot Purple #470953

Tints of Hot Purple #470953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 50.92%

R = 43.56%
G = 5.52%
B = 50.92%

CMYK

 C value IS 0.14

 M value IS 0.89

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#470953 (or 0x470953) is known color: Hot Purple. HEX triplet: 47, 09 and 53. RGB value is (71,9,83). Sum of RGB (Red+Green+Blue) = 71+9+83=163 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.56% from 163); Green value is 9 (3.91% from 255 or 5.52% from 163); Blue value is 83 (32.81% from 255 or 50.92% from 163); Max value from RGB is 83 - color contains mainly: blue. Hex color #470953 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470953 is #B8F6AC. Grayscale: #232323. Windows color (decimal): -12121773 or 5441863. OLE color: 5441863.

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

Color convert

RGB 71 9 83 -
CMYK 0.14 0.89 0 0.67
HSL 290.27º 0.8% 0.18% -
HSV(B) 290.27º 0.89% 0.33% -
XYZ 4.26 2.16 8.38 -
YUV 35.97 154.54 152.98 -
System Red Green Blue C M Y K H S L
Decimal 71 9 83 0.14 0.89 0 0.67 290.27 0.8 0.18
Hex 47 9 53 E 59 0 43 122 50 12
Octal 107 11 123 16 131 0 103 442 120 22
Binary 1000111 1001 1010011 1110 1011001 0 1000011 100100010 1010000 10010

Color Harmonies of #470953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470953

Black with #470953

Text Example


Text Example

White with #470953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470953; }

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

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

background-color css

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

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

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

border-color css

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

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

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