Html Css Color HEX #47094E Hot Purple

📋 copy color: '#47094E'

red 71 ◦ green 9 ◦ blue 78

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

Shades of Hot Purple #47094E

Tints of Hot Purple #47094E

RGB

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

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

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

R = 44.94%
G = 5.7%
B = 49.37%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#47094E (or 0x47094E) is known color: Hot Purple. HEX triplet: 47, 09 and 4E. RGB value is (71,9,78). Sum of RGB (Red+Green+Blue) = 71+9+78=158 (20% of max value = 765). Red value is 71 (28.12% from 255 or 44.94% from 158); Green value is 9 (3.91% from 255 or 5.70% from 158); Blue value is 78 (30.86% from 255 or 49.37% from 158); Max value from RGB is 78 - color contains mainly: blue. Hex color #47094E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47094E is #B8F6B1. Grayscale: #232323. Windows color (decimal): -12121778 or 5114183. OLE color: 5114183.

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

Color convert

RGB 71 9 78 -
CMYK 0.09 0.88 0 0.69
HSL 293.91º 0.79% 0.17% -
HSV(B) 293.91º 0.88% 0.31% -
XYZ 4.07 2.09 7.4 -
YUV 35.4 152.04 153.39 -
System Red Green Blue C M Y K H S L
Decimal 71 9 78 0.09 0.88 0 0.69 293.91 0.79 0.17
Hex 47 9 4E 9 58 0 45 126 4F 11
Octal 107 11 116 11 130 0 105 446 117 21
Binary 1000111 1001 1001110 1001 1011000 0 1000101 100100110 1001111 10001

Color Harmonies of #47094E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47094E

Black with #47094E

Text Example


Text Example

White with #47094E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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