Html Css Color HEX #47254E Hot Purple

📋 copy color: '#47254E'

red 71 ◦ green 37 ◦ blue 78

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

Shades of Hot Purple #47254E

Tints of Hot Purple #47254E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.89%

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

R = 38.17%
G = 19.89%
B = 41.94%

CMYK

 C value IS 0.09

 M value IS 0.53

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#47254E (or 0x47254E) is known color: Hot Purple. HEX triplet: 47, 25 and 4E. RGB value is (71,37,78). Sum of RGB (Red+Green+Blue) = 71+37+78=186 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.17% from 186); Green value is 37 (14.84% from 255 or 19.89% from 186); Blue value is 78 (30.86% from 255 or 41.94% from 186); Max value from RGB is 78 - color contains mainly: blue. Hex color #47254E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47254E is #B8DAB1. Grayscale: #333333. Windows color (decimal): -12114610 or 5121351. OLE color: 5121351.

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

Color convert

RGB 71 37 78 -
CMYK 0.09 0.53 0 0.69
HSL 289.76º 0.36% 0.23% -
HSV(B) 289.76º 0.53% 0.31% -
XYZ 4.64 3.21 7.58 -
YUV 51.84 142.76 141.67 -
System Red Green Blue C M Y K H S L
Decimal 71 37 78 0.09 0.53 0 0.69 289.76 0.36 0.23
Hex 47 25 4E 9 35 0 45 122 24 17
Octal 107 45 116 11 65 0 105 442 44 27
Binary 1000111 100101 1001110 1001 110101 0 1000101 100100010 100100 10111

Color Harmonies of #47254E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47254E

Black with #47254E

Text Example


Text Example

White with #47254E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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