Html Css Color HEX #47304B Hot Purple

📋 copy color: '#47304B'

red 71 ◦ green 48 ◦ blue 75

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

Shades of Hot Purple #47304B

Tints of Hot Purple #47304B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.74%

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

R = 36.6%
G = 24.74%
B = 38.66%

CMYK

 C value IS 0.05

 M value IS 0.36

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#47304B (or 0x47304B) is known color: Hot Purple. HEX triplet: 47, 30 and 4B. RGB value is (71,48,75). Sum of RGB (Red+Green+Blue) = 71+48+75=194 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.60% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 75 (29.69% from 255 or 38.66% from 194); Max value from RGB is 75 - color contains mainly: blue. Hex color #47304B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47304B is #B8CFB4. Grayscale: #393939. Windows color (decimal): -12111797 or 4927559. OLE color: 4927559.

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

Color convert

RGB 71 48 75 -
CMYK 0.05 0.36 0 0.71
HSL 291.11º 0.22% 0.24% -
HSV(B) 291.11º 0.36% 0.29% -
XYZ 4.93 3.96 7.16 -
YUV 57.96 137.62 137.3 -
System Red Green Blue C M Y K H S L
Decimal 71 48 75 0.05 0.36 0 0.71 291.11 0.22 0.24
Hex 47 30 4B 5 24 0 47 123 16 18
Octal 107 60 113 5 44 0 107 443 26 30
Binary 1000111 110000 1001011 101 100100 0 1000111 100100011 10110 11000

Color Harmonies of #47304B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47304B

Black with #47304B

Text Example


Text Example

White with #47304B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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