Html Css Color HEX #47214F Hot Purple

📋 copy color: '#47214F'

red 71 ◦ green 33 ◦ blue 79

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

Shades of Hot Purple #47214F

Tints of Hot Purple #47214F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.03%

 BLUE value IS 79 (31.25% from 255) = 43.17%

R = 38.8%
G = 18.03%
B = 43.17%

CMYK

 C value IS 0.10

 M value IS 0.58

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#47214F (or 0x47214F) is known color: Hot Purple. HEX triplet: 47, 21 and 4F. RGB value is (71,33,79). Sum of RGB (Red+Green+Blue) = 71+33+79=183 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.80% from 183); Green value is 33 (13.28% from 255 or 18.03% from 183); Blue value is 79 (31.25% from 255 or 43.17% from 183); Max value from RGB is 79 - color contains mainly: blue. Hex color #47214F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47214F is #B8DEB0. Grayscale: #313131. Windows color (decimal): -12115633 or 5185863. OLE color: 5185863.

HSL color Cylindrical-coordinate representation of color #47214F: hue angle of 289.57º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #47214F is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 33 79 -
CMYK 0.10 0.58 0 0.69
HSL 289.57º 0.41% 0.22% -
HSV(B) 289.57º 0.58% 0.31% -
XYZ 4.55 2.99 7.73 -
YUV 49.61 144.59 143.26 -
System Red Green Blue C M Y K H S L
Decimal 71 33 79 0.10 0.58 0 0.69 289.57 0.41 0.22
Hex 47 21 4F A 3A 0 45 122 29 16
Octal 107 41 117 12 72 0 105 442 51 26
Binary 1000111 100001 1001111 1010 111010 0 1000101 100100010 101001 10110

Color Harmonies of #47214F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47214F

Black with #47214F

Text Example


Text Example

White with #47214F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47214F; }

 p { color: rgb(71,33,79); }

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

background-color css

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

 a { background-color: rgb(71,33,79); }

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

border-color css

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

 span { border-color: rgb(71,33,79); }

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