Html Css Color HEX #47254B Hot Purple

📋 copy color: '#47254B'

red 71 ◦ green 37 ◦ blue 75

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

Shades of Hot Purple #47254B

Tints of Hot Purple #47254B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.22%

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

R = 38.8%
G = 20.22%
B = 40.98%

CMYK

 C value IS 0.05

 M value IS 0.51

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#47254B (or 0x47254B) is known color: Hot Purple. HEX triplet: 47, 25 and 4B. RGB value is (71,37,75). Sum of RGB (Red+Green+Blue) = 71+37+75=183 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.80% from 183); Green value is 37 (14.84% from 255 or 20.22% from 183); Blue value is 75 (29.69% from 255 or 40.98% from 183); Max value from RGB is 75 - color contains mainly: blue. Hex color #47254B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47254B is #B8DAB4. Grayscale: #333333. Windows color (decimal): -12114613 or 4924743. OLE color: 4924743.

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

Color convert

RGB 71 37 75 -
CMYK 0.05 0.51 0 0.71
HSL 293.68º 0.34% 0.22% -
HSV(B) 293.68º 0.51% 0.29% -
XYZ 4.53 3.17 7.03 -
YUV 51.5 141.26 141.91 -
System Red Green Blue C M Y K H S L
Decimal 71 37 75 0.05 0.51 0 0.71 293.68 0.34 0.22
Hex 47 25 4B 5 33 0 47 126 22 16
Octal 107 45 113 5 63 0 107 446 42 26
Binary 1000111 100101 1001011 101 110011 0 1000111 100100110 100010 10110

Color Harmonies of #47254B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47254B

Black with #47254B

Text Example


Text Example

White with #47254B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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