Html Css Color HEX #47214C Hot Purple

📋 copy color: '#47214C'

red 71 ◦ green 33 ◦ blue 76

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

Shades of Hot Purple #47214C

Tints of Hot Purple #47214C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.33%

 BLUE value IS 76 (30.08% from 255) = 42.22%

R = 39.44%
G = 18.33%
B = 42.22%

CMYK

 C value IS 0.07

 M value IS 0.57

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#47214C (or 0x47214C) is known color: Hot Purple. HEX triplet: 47, 21 and 4C. RGB value is (71,33,76). Sum of RGB (Red+Green+Blue) = 71+33+76=180 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.44% from 180); Green value is 33 (13.28% from 255 or 18.33% from 180); Blue value is 76 (30.08% from 255 or 42.22% from 180); Max value from RGB is 76 - color contains mainly: blue. Hex color #47214C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47214C is #B8DEB3. Grayscale: #313131. Windows color (decimal): -12115636 or 4989255. OLE color: 4989255.

HSL color Cylindrical-coordinate representation of color #47214C: hue angle of 293.02º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #47214C is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 71 33 76 -
CMYK 0.07 0.57 0 0.70
HSL 293.02º 0.39% 0.21% -
HSV(B) 293.02º 0.57% 0.3% -
XYZ 4.45 2.95 7.17 -
YUV 49.26 143.09 143.5 -
System Red Green Blue C M Y K H S L
Decimal 71 33 76 0.07 0.57 0 0.70 293.02 0.39 0.21
Hex 47 21 4C 7 39 0 46 125 27 15
Octal 107 41 114 7 71 0 106 445 47 25
Binary 1000111 100001 1001100 111 111001 0 1000110 100100101 100111 10101

Color Harmonies of #47214C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47214C

Black with #47214C

Text Example


Text Example

White with #47214C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47214C; }

 p { color: rgb(71,33,76); }

 H1.HeaderClassName
 {
   color: #47214C;
 }
 .AnyTagClassName
 {
   color: #47214C;
 }
</style>

background-color css

<style>
 a { background-color: #47214C; }

 a { background-color: rgb(71,33,76); }

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

border-color css

<style>
 span { border-color: #47214C; }

 span { border-color: rgb(71,33,76); }

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