Html Css Color HEX #47284F Hot Purple

📋 copy color: '#47284F'

red 71 ◦ green 40 ◦ blue 79

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

Shades of Hot Purple #47284F

Tints of Hot Purple #47284F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.05%

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

R = 37.37%
G = 21.05%
B = 41.58%

CMYK

 C value IS 0.10

 M value IS 0.49

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#47284F (or 0x47284F) is known color: Hot Purple. HEX triplet: 47, 28 and 4F. RGB value is (71,40,79). Sum of RGB (Red+Green+Blue) = 71+40+79=190 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.37% from 190); Green value is 40 (16.02% from 255 or 21.05% from 190); Blue value is 79 (31.25% from 255 or 41.58% from 190); Max value from RGB is 79 - color contains mainly: blue. Hex color #47284F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47284F is #B8D7B0. Grayscale: #353535. Windows color (decimal): -12113841 or 5187655. OLE color: 5187655.

HSL color Cylindrical-coordinate representation of color #47284F: hue angle of 287.69º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #47284F is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 40 79 -
CMYK 0.10 0.49 0 0.69
HSL 287.69º 0.33% 0.23% -
HSV(B) 287.69º 0.49% 0.31% -
XYZ 4.77 3.42 7.81 -
YUV 53.72 142.27 140.33 -
System Red Green Blue C M Y K H S L
Decimal 71 40 79 0.10 0.49 0 0.69 287.69 0.33 0.23
Hex 47 28 4F A 31 0 45 120 21 17
Octal 107 50 117 12 61 0 105 440 41 27
Binary 1000111 101000 1001111 1010 110001 0 1000101 100100000 100001 10111

Color Harmonies of #47284F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47284F

Black with #47284F

Text Example


Text Example

White with #47284F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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