Html Css Color HEX #471D4B Hot Purple

📋 copy color: '#471D4B'

red 71 ◦ green 29 ◦ blue 75

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

Shades of Hot Purple #471D4B

Tints of Hot Purple #471D4B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.57%

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

R = 40.57%
G = 16.57%
B = 42.86%

CMYK

 C value IS 0.05

 M value IS 0.61

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#471D4B (or 0x471D4B) is known color: Hot Purple. HEX triplet: 47, 1D and 4B. RGB value is (71,29,75). Sum of RGB (Red+Green+Blue) = 71+29+75=175 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.57% from 175); Green value is 29 (11.72% from 255 or 16.57% from 175); Blue value is 75 (29.69% from 255 or 42.86% from 175); Max value from RGB is 75 - color contains mainly: blue. Hex color #471D4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471D4B is #B8E2B4. Grayscale: #2E2E2E. Windows color (decimal): -12116661 or 4922695. OLE color: 4922695.

HSL color Cylindrical-coordinate representation of color #471D4B: hue angle of 294.78º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #471D4B is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 71 29 75 -
CMYK 0.05 0.61 0 0.71
HSL 294.78º 0.44% 0.2% -
HSV(B) 294.78º 0.61% 0.29% -
XYZ 4.31 2.73 6.96 -
YUV 46.8 143.91 145.26 -
System Red Green Blue C M Y K H S L
Decimal 71 29 75 0.05 0.61 0 0.71 294.78 0.44 0.2
Hex 47 1D 4B 5 3D 0 47 127 2C 14
Octal 107 35 113 5 75 0 107 447 54 24
Binary 1000111 11101 1001011 101 111101 0 1000111 100100111 101100 10100

Color Harmonies of #471D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471D4B

Black with #471D4B

Text Example


Text Example

White with #471D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471D4B; }

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

 H1.HeaderClassName
 {
   color: #471D4B;
 }
 .AnyTagClassName
 {
   color: #471D4B;
 }
</style>

background-color css

<style>
 a { background-color: #471D4B; }

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

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

border-color css

<style>
 span { border-color: #471D4B; }

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

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