Html Css Color HEX #47254F Hot Purple

📋 copy color: '#47254F'

red 71 ◦ green 37 ◦ blue 79

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

Shades of Hot Purple #47254F

Tints of Hot Purple #47254F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 42.25%

R = 37.97%
G = 19.79%
B = 42.25%

CMYK

 C value IS 0.10

 M value IS 0.53

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#47254F (or 0x47254F) is known color: Hot Purple. HEX triplet: 47, 25 and 4F. RGB value is (71,37,79). Sum of RGB (Red+Green+Blue) = 71+37+79=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 37 (14.84% from 255 or 19.79% from 187); Blue value is 79 (31.25% from 255 or 42.25% from 187); Max value from RGB is 79 - color contains mainly: blue. Hex color #47254F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47254F is #B8DAB0. Grayscale: #333333. Windows color (decimal): -12114609 or 5186887. OLE color: 5186887.

HSL color Cylindrical-coordinate representation of color #47254F: hue angle of 288.57º 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 #47254F is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 37 79 -
CMYK 0.10 0.53 0 0.69
HSL 288.57º 0.36% 0.23% -
HSV(B) 288.57º 0.53% 0.31% -
XYZ 4.67 3.23 7.77 -
YUV 51.95 143.26 141.58 -
System Red Green Blue C M Y K H S L
Decimal 71 37 79 0.10 0.53 0 0.69 288.57 0.36 0.23
Hex 47 25 4F A 35 0 45 121 24 17
Octal 107 45 117 12 65 0 105 441 44 27
Binary 1000111 100101 1001111 1010 110101 0 1000101 100100001 100100 10111

Color Harmonies of #47254F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47254F

Black with #47254F

Text Example


Text Example

White with #47254F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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