Html Css Color HEX #47074E Hot Purple

📋 copy color: '#47074E'

red 71 ◦ green 7 ◦ blue 78

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

Shades of Hot Purple #47074E

Tints of Hot Purple #47074E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.49%

 BLUE value IS 78 (30.86% from 255) = 50%

R = 45.51%
G = 4.49%
B = 50%

CMYK

 C value IS 0.09

 M value IS 0.91

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#47074E (or 0x47074E) is known color: Hot Purple. HEX triplet: 47, 07 and 4E. RGB value is (71,7,78). Sum of RGB (Red+Green+Blue) = 71+7+78=156 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.51% from 156); Green value is 7 (3.12% from 255 or 4.49% from 156); Blue value is 78 (30.86% from 255 or 50% from 156); Max value from RGB is 78 - color contains mainly: blue. Hex color #47074E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47074E is #B8F8B1. Grayscale: #222222. Windows color (decimal): -12122290 or 5113671. OLE color: 5113671.

HSL color Cylindrical-coordinate representation of color #47074E: hue angle of 294.08º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #47074E is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 7 78 -
CMYK 0.09 0.91 0 0.69
HSL 294.08º 0.84% 0.17% -
HSV(B) 294.08º 0.91% 0.31% -
XYZ 4.05 2.04 7.39 -
YUV 34.23 152.7 154.23 -
System Red Green Blue C M Y K H S L
Decimal 71 7 78 0.09 0.91 0 0.69 294.08 0.84 0.17
Hex 47 7 4E 9 5B 0 45 126 54 11
Octal 107 7 116 11 133 0 105 446 124 21
Binary 1000111 111 1001110 1001 1011011 0 1000101 100100110 1010100 10001

Color Harmonies of #47074E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47074E

Black with #47074E

Text Example


Text Example

White with #47074E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47074E; }

 p { color: rgb(71,7,78); }

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

background-color css

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

 a { background-color: rgb(71,7,78); }

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

border-color css

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

 span { border-color: rgb(71,7,78); }

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