Html Css Color HEX #47274E Hot Purple

📋 copy color: '#47274E'

red 71 ◦ green 39 ◦ blue 78

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

Shades of Hot Purple #47274E

Tints of Hot Purple #47274E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.74%

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

R = 37.77%
G = 20.74%
B = 41.49%

CMYK

 C value IS 0.09

 M value IS 0.50

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#47274E (or 0x47274E) is known color: Hot Purple. HEX triplet: 47, 27 and 4E. RGB value is (71,39,78). Sum of RGB (Red+Green+Blue) = 71+39+78=188 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.77% from 188); Green value is 39 (15.62% from 255 or 20.74% from 188); Blue value is 78 (30.86% from 255 or 41.49% from 188); Max value from RGB is 78 - color contains mainly: blue. Hex color #47274E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47274E is #B8D8B1. Grayscale: #343434. Windows color (decimal): -12114098 or 5121863. OLE color: 5121863.

HSL color Cylindrical-coordinate representation of color #47274E: hue angle of 289.23º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #47274E is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 39 78 -
CMYK 0.09 0.50 0 0.69
HSL 289.23º 0.33% 0.23% -
HSV(B) 289.23º 0.5% 0.31% -
XYZ 4.7 3.34 7.6 -
YUV 53.01 142.1 140.83 -
System Red Green Blue C M Y K H S L
Decimal 71 39 78 0.09 0.50 0 0.69 289.23 0.33 0.23
Hex 47 27 4E 9 32 0 45 121 21 17
Octal 107 47 116 11 62 0 105 441 41 27
Binary 1000111 100111 1001110 1001 110010 0 1000101 100100001 100001 10111

Color Harmonies of #47274E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47274E

Black with #47274E

Text Example


Text Example

White with #47274E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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