Html Css Color HEX #47334B Hot Purple

📋 copy color: '#47334B'

red 71 ◦ green 51 ◦ blue 75

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

Shades of Hot Purple #47334B

Tints of Hot Purple #47334B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.89%

 BLUE value IS 75 (29.69% from 255) = 38.07%

R = 36.04%
G = 25.89%
B = 38.07%

CMYK

 C value IS 0.05

 M value IS 0.32

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#47334B (or 0x47334B) is known color: Hot Purple. HEX triplet: 47, 33 and 4B. RGB value is (71,51,75). Sum of RGB (Red+Green+Blue) = 71+51+75=197 (26% of max value = 765). Red value is 71 (28.12% from 255 or 36.04% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 75 (29.69% from 255 or 38.07% from 197); Max value from RGB is 75 - color contains mainly: blue. Hex color #47334B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47334B is #B8CCB4. Grayscale: #3B3B3B. Windows color (decimal): -12111029 or 4928327. OLE color: 4928327.

HSL color Cylindrical-coordinate representation of color #47334B: hue angle of 290º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #47334B is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 71 51 75 -
CMYK 0.05 0.32 0 0.71
HSL 290º 0.19% 0.25% -
HSV(B) 290º 0.32% 0.29% -
XYZ 5.05 4.22 7.2 -
YUV 59.72 136.63 136.05 -
System Red Green Blue C M Y K H S L
Decimal 71 51 75 0.05 0.32 0 0.71 290 0.19 0.25
Hex 47 33 4B 5 20 0 47 122 13 19
Octal 107 63 113 5 40 0 107 442 23 31
Binary 1000111 110011 1001011 101 100000 0 1000111 100100010 10011 11001

Color Harmonies of #47334B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47334B

Black with #47334B

Text Example


Text Example

White with #47334B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47334B; }

 p { color: rgb(71,51,75); }

 H1.HeaderClassName
 {
   color: #47334B;
 }
 .AnyTagClassName
 {
   color: #47334B;
 }
</style>

background-color css

<style>
 a { background-color: #47334B; }

 a { background-color: rgb(71,51,75); }

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

border-color css

<style>
 span { border-color: #47334B; }

 span { border-color: rgb(71,51,75); }

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