Html Css Color HEX #47104F Hot Purple

📋 copy color: '#47104F'

red 71 ◦ green 16 ◦ blue 79

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

Shades of Hot Purple #47104F

Tints of Hot Purple #47104F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.64%

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

R = 42.77%
G = 9.64%
B = 47.59%

CMYK

 C value IS 0.10

 M value IS 0.80

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#47104F (or 0x47104F) is known color: Hot Purple. HEX triplet: 47, 10 and 4F. RGB value is (71,16,79). Sum of RGB (Red+Green+Blue) = 71+16+79=166 (21% of max value = 765). Red value is 71 (28.12% from 255 or 42.77% from 166); Green value is 16 (6.64% from 255 or 9.64% from 166); Blue value is 79 (31.25% from 255 or 47.59% from 166); Max value from RGB is 79 - color contains mainly: blue. Hex color #47104F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47104F is #B8EFB0. Grayscale: #272727. Windows color (decimal): -12119985 or 5181511. OLE color: 5181511.

HSL color Cylindrical-coordinate representation of color #47104F: hue angle of 292.38º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #47104F is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 16 79 -
CMYK 0.10 0.80 0 0.69
HSL 292.38º 0.66% 0.19% -
HSV(B) 292.38º 0.8% 0.31% -
XYZ 4.2 2.27 7.62 -
YUV 39.63 150.22 150.38 -
System Red Green Blue C M Y K H S L
Decimal 71 16 79 0.10 0.80 0 0.69 292.38 0.66 0.19
Hex 47 10 4F A 50 0 45 124 42 13
Octal 107 20 117 12 120 0 105 444 102 23
Binary 1000111 10000 1001111 1010 1010000 0 1000101 100100100 1000010 10011

Color Harmonies of #47104F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47104F

Black with #47104F

Text Example


Text Example

White with #47104F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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