Html Css Color HEX #47034F Hot Purple

📋 copy color: '#47034F'

red 71 ◦ green 3 ◦ blue 79

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

Shades of Hot Purple #47034F

Tints of Hot Purple #47034F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.96%

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

R = 46.41%
G = 1.96%
B = 51.63%

CMYK

 C value IS 0.10

 M value IS 0.96

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#47034F (or 0x47034F) is known color: Hot Purple. HEX triplet: 47, 03 and 4F. RGB value is (71,3,79). Sum of RGB (Red+Green+Blue) = 71+3+79=153 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.41% from 153); Green value is 3 (1.56% from 255 or 1.96% from 153); Blue value is 79 (31.25% from 255 or 51.63% from 153); Max value from RGB is 79 - color contains mainly: blue. Hex color #47034F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47034F is #B8FCB0. Grayscale: #1F1F1F. Windows color (decimal): -12123313 or 5178183. OLE color: 5178183.

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

Color convert

RGB 71 3 79 -
CMYK 0.10 0.96 0 0.69
HSL 293.68º 0.93% 0.16% -
HSV(B) 293.68º 0.96% 0.31% -
XYZ 4.04 1.97 7.56 -
YUV 32 154.53 155.82 -
System Red Green Blue C M Y K H S L
Decimal 71 3 79 0.10 0.96 0 0.69 293.68 0.93 0.16
Hex 47 3 4F A 60 0 45 126 5D 10
Octal 107 3 117 12 140 0 105 446 135 20
Binary 1000111 11 1001111 1010 1100000 0 1000101 100100110 1011101 10000

Color Harmonies of #47034F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47034F

Black with #47034F

Text Example


Text Example

White with #47034F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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