Html Css Color HEX #471B4B Hot Purple

📋 copy color: '#471B4B'

red 71 ◦ green 27 ◦ blue 75

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

Shades of Hot Purple #471B4B

Tints of Hot Purple #471B4B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.61%

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

R = 41.04%
G = 15.61%
B = 43.35%

CMYK

 C value IS 0.05

 M value IS 0.64

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#471B4B (or 0x471B4B) is known color: Hot Purple. HEX triplet: 47, 1B and 4B. RGB value is (71,27,75). Sum of RGB (Red+Green+Blue) = 71+27+75=173 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.04% from 173); Green value is 27 (10.94% from 255 or 15.61% from 173); Blue value is 75 (29.69% from 255 or 43.35% from 173); Max value from RGB is 75 - color contains mainly: blue. Hex color #471B4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471B4B is #B8E4B4. Grayscale: #2D2D2D. Windows color (decimal): -12117173 or 4922183. OLE color: 4922183.

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

Color convert

RGB 71 27 75 -
CMYK 0.05 0.64 0 0.71
HSL 295º 0.47% 0.2% -
HSV(B) 295º 0.64% 0.29% -
XYZ 4.26 2.63 6.94 -
YUV 45.63 144.58 146.1 -
System Red Green Blue C M Y K H S L
Decimal 71 27 75 0.05 0.64 0 0.71 295 0.47 0.2
Hex 47 1B 4B 5 40 0 47 127 2F 14
Octal 107 33 113 5 100 0 107 447 57 24
Binary 1000111 11011 1001011 101 1000000 0 1000111 100100111 101111 10100

Color Harmonies of #471B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471B4B

Black with #471B4B

Text Example


Text Example

White with #471B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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