Html Css Color HEX #47196F Blue Diamond

📋 copy color: '#47196F'

red 71 ◦ green 25 ◦ blue 111

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

Shades of Blue Diamond #47196F

Tints of Blue Diamond #47196F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.08%

 BLUE value IS 111 (43.75% from 255) = 53.62%

R = 34.3%
G = 12.08%
B = 53.62%

CMYK

 C value IS 0.36

 M value IS 0.77

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#47196F (or 0x47196F) is known color: Blue Diamond. HEX triplet: 47, 19 and 6F. RGB value is (71,25,111). Sum of RGB (Red+Green+Blue) = 71+25+111=207 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.30% from 207); Green value is 25 (10.16% from 255 or 12.08% from 207); Blue value is 111 (43.75% from 255 or 53.62% from 207); Max value from RGB is 111 - color contains mainly: blue. Hex color #47196F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47196F is #B8E690. Grayscale: #303030. Windows color (decimal): -12117649 or 7280967. OLE color: 7280967.

HSL color Cylindrical-coordinate representation of color #47196F: hue angle of 272.09º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #47196F is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 25 111 -
CMYK 0.36 0.77 0 0.56
HSL 272.09º 0.63% 0.27% -
HSV(B) 272.09º 0.77% 0.44% -
XYZ 5.82 3.18 15.35 -
YUV 48.56 163.24 144.01 -
System Red Green Blue C M Y K H S L
Decimal 71 25 111 0.36 0.77 0 0.56 272.09 0.63 0.27
Hex 47 19 6F 24 4D 0 38 110 3F 1B
Octal 107 31 157 44 115 0 70 420 77 33
Binary 1000111 11001 1101111 100100 1001101 0 111000 100010000 111111 11011

Color Harmonies of #47196F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47196F

Black with #47196F

Text Example


Text Example

White with #47196F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47196F; }

 p { color: rgb(71,25,111); }

 H1.HeaderClassName
 {
   color: #47196F;
 }
 .AnyTagClassName
 {
   color: #47196F;
 }
</style>

background-color css

<style>
 a { background-color: #47196F; }

 a { background-color: rgb(71,25,111); }

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

border-color css

<style>
 span { border-color: #47196F; }

 span { border-color: rgb(71,25,111); }

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