Html Css Color HEX #47024E Hot Purple

📋 copy color: '#47024E'

red 71 ◦ green 2 ◦ blue 78

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

Shades of Hot Purple #47024E

Tints of Hot Purple #47024E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.32%

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

R = 47.02%
G = 1.32%
B = 51.66%

CMYK

 C value IS 0.09

 M value IS 0.97

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#47024E (or 0x47024E) is known color: Hot Purple. HEX triplet: 47, 02 and 4E. RGB value is (71,2,78). Sum of RGB (Red+Green+Blue) = 71+2+78=151 (20% of max value = 765). Red value is 71 (28.12% from 255 or 47.02% from 151); Green value is 2 (1.17% from 255 or 1.32% from 151); Blue value is 78 (30.86% from 255 or 51.66% from 151); Max value from RGB is 78 - color contains mainly: blue. Hex color #47024E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47024E is #B8FDB1. Grayscale: #1F1F1F. Windows color (decimal): -12123570 or 5112391. OLE color: 5112391.

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

Color convert

RGB 71 2 78 -
CMYK 0.09 0.97 0 0.69
HSL 294.47º 0.95% 0.16% -
HSV(B) 294.47º 0.97% 0.31% -
XYZ 4 1.93 7.37 -
YUV 31.3 154.36 156.32 -
System Red Green Blue C M Y K H S L
Decimal 71 2 78 0.09 0.97 0 0.69 294.47 0.95 0.16
Hex 47 2 4E 9 61 0 45 126 5F 10
Octal 107 2 116 11 141 0 105 446 137 20
Binary 1000111 10 1001110 1001 1100001 0 1000101 100100110 1011111 10000

Color Harmonies of #47024E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47024E

Black with #47024E

Text Example


Text Example

White with #47024E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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