Html Css Color HEX #47216C Blue Diamond

📋 copy color: '#47216C'

red 71 ◦ green 33 ◦ blue 108

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

Shades of Blue Diamond #47216C

Tints of Blue Diamond #47216C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.57%

 BLUE value IS 108 (42.58% from 255) = 50.94%

R = 33.49%
G = 15.57%
B = 50.94%

CMYK

 C value IS 0.34

 M value IS 0.69

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#47216C (or 0x47216C) is known color: Blue Diamond. HEX triplet: 47, 21 and 6C. RGB value is (71,33,108). Sum of RGB (Red+Green+Blue) = 71+33+108=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 33 (13.28% from 255 or 15.57% from 212); Blue value is 108 (42.58% from 255 or 50.94% from 212); Max value from RGB is 108 - color contains mainly: blue. Hex color #47216C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47216C is #B8DE93. Grayscale: #343434. Windows color (decimal): -12115604 or 7086407. OLE color: 7086407.

HSL color Cylindrical-coordinate representation of color #47216C: hue angle of 270.4º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47216C is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 71 33 108 -
CMYK 0.34 0.69 0 0.58
HSL 270.4º 0.53% 0.28% -
HSV(B) 270.4º 0.69% 0.42% -
XYZ 5.85 3.51 14.56 -
YUV 52.91 159.09 140.9 -
System Red Green Blue C M Y K H S L
Decimal 71 33 108 0.34 0.69 0 0.58 270.4 0.53 0.28
Hex 47 21 6C 22 45 0 3A 10E 35 1C
Octal 107 41 154 42 105 0 72 416 65 34
Binary 1000111 100001 1101100 100010 1000101 0 111010 100001110 110101 11100

Color Harmonies of #47216C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47216C

Black with #47216C

Text Example


Text Example

White with #47216C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47216C; }

 p { color: rgb(71,33,108); }

 H1.HeaderClassName
 {
   color: #47216C;
 }
 .AnyTagClassName
 {
   color: #47216C;
 }
</style>

background-color css

<style>
 a { background-color: #47216C; }

 a { background-color: rgb(71,33,108); }

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

border-color css

<style>
 span { border-color: #47216C; }

 span { border-color: rgb(71,33,108); }

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