Html Css Color HEX #47014E Blackcurrant

📋 copy color: '#47014E'

red 71 ◦ green 1 ◦ blue 78

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

Shades of Blackcurrant #47014E

Tints of Blackcurrant #47014E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.67%

 BLUE value IS 78 (30.86% from 255) = 52%

R = 47.33%
G = 0.67%
B = 52%

CMYK

 C value IS 0.09

 M value IS 0.99

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#47014E (or 0x47014E) is known color: Blackcurrant. HEX triplet: 47, 01 and 4E. RGB value is (71,1,78). Sum of RGB (Red+Green+Blue) = 71+1+78=150 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.33% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 78 (30.86% from 255 or 52% from 150); Max value from RGB is 78 - color contains mainly: blue. Hex color #47014E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47014E is #B8FEB1. Grayscale: #1E1E1E. Windows color (decimal): -12123826 or 5112135. OLE color: 5112135.

HSL color Cylindrical-coordinate representation of color #47014E: hue angle of 294.55º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #47014E is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 1 78 -
CMYK 0.09 0.99 0 0.69
HSL 294.55º 0.97% 0.15% -
HSV(B) 294.55º 0.99% 0.31% -
XYZ 3.98 1.91 7.37 -
YUV 30.71 154.69 156.74 -
System Red Green Blue C M Y K H S L
Decimal 71 1 78 0.09 0.99 0 0.69 294.55 0.97 0.15
Hex 47 1 4E 9 63 0 45 127 61 F
Octal 107 1 116 11 143 0 105 447 141 17
Binary 1000111 1 1001110 1001 1100011 0 1000101 100100111 1100001 1111

Color Harmonies of #47014E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47014E

Black with #47014E

Text Example


Text Example

White with #47014E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47014E; }

 p { color: rgb(71,1,78); }

 H1.HeaderClassName
 {
   color: #47014E;
 }
 .AnyTagClassName
 {
   color: #47014E;
 }
</style>

background-color css

<style>
 a { background-color: #47014E; }

 a { background-color: rgb(71,1,78); }

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

border-color css

<style>
 span { border-color: #47014E; }

 span { border-color: rgb(71,1,78); }

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