Html Css Color HEX #470C4B Hot Purple

📋 copy color: '#470C4B'

red 71 ◦ green 12 ◦ blue 75

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

Shades of Hot Purple #470C4B

Tints of Hot Purple #470C4B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.59%

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

R = 44.94%
G = 7.59%
B = 47.47%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#470C4B (or 0x470C4B) is known color: Hot Purple. HEX triplet: 47, 0C and 4B. RGB value is (71,12,75). Sum of RGB (Red+Green+Blue) = 71+12+75=158 (20% of max value = 765). Red value is 71 (28.12% from 255 or 44.94% from 158); Green value is 12 (5.08% from 255 or 7.59% from 158); Blue value is 75 (29.69% from 255 or 47.47% from 158); Max value from RGB is 75 - color contains mainly: blue. Hex color #470C4B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470C4B is #B8F3B4. Grayscale: #242424. Windows color (decimal): -12121013 or 4918343. OLE color: 4918343.

HSL color Cylindrical-coordinate representation of color #470C4B: hue angle of 296.19º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #470C4B is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 71 12 75 -
CMYK 0.05 0.84 0 0.71
HSL 296.19º 0.72% 0.17% -
HSV(B) 296.19º 0.84% 0.29% -
XYZ 4 2.11 6.85 -
YUV 36.82 149.55 152.38 -
System Red Green Blue C M Y K H S L
Decimal 71 12 75 0.05 0.84 0 0.71 296.19 0.72 0.17
Hex 47 C 4B 5 54 0 47 128 48 11
Octal 107 14 113 5 124 0 107 450 110 21
Binary 1000111 1100 1001011 101 1010100 0 1000111 100101000 1001000 10001

Color Harmonies of #470C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470C4B

Black with #470C4B

Text Example


Text Example

White with #470C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470C4B; }

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

 H1.HeaderClassName
 {
   color: #470C4B;
 }
 .AnyTagClassName
 {
   color: #470C4B;
 }
</style>

background-color css

<style>
 a { background-color: #470C4B; }

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

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

border-color css

<style>
 span { border-color: #470C4B; }

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

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