Html Css Color HEX #4706BA Purple Heart

📋 copy color: '#4706BA'

red 71 ◦ green 6 ◦ blue 186

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

Shades of Purple Heart #4706BA

Tints of Purple Heart #4706BA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.28%

 BLUE value IS 186 (73.05% from 255) = 70.72%

R = 27%
G = 2.28%
B = 70.72%

CMYK

 C value IS 0.62

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4706BA (or 0x4706BA) is known color: Purple Heart. HEX triplet: 47, 06 and BA. RGB value is (71,6,186). Sum of RGB (Red+Green+Blue) = 71+6+186=263 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.00% from 263); Green value is 6 (2.73% from 255 or 2.28% from 263); Blue value is 186 (73.05% from 255 or 70.72% from 263); Max value from RGB is 186 - color contains mainly: blue. Hex color #4706BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4706BA is #B8F945. Grayscale: #2D2D2D. Windows color (decimal): -12122438 or 12191303. OLE color: 12191303.

HSL color Cylindrical-coordinate representation of color #4706BA: hue angle of 261.67º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4706BA is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 71 6 186 -
CMYK 0.62 0.97 0 0.27
HSL 261.67º 0.94% 0.38% -
HSV(B) 261.67º 0.97% 0.73% -
XYZ 11.53 5.02 46.81 -
YUV 45.96 207.03 145.86 -
System Red Green Blue C M Y K H S L
Decimal 71 6 186 0.62 0.97 0 0.27 261.67 0.94 0.38
Hex 47 6 BA 3E 61 0 1B 106 5E 26
Octal 107 6 272 76 141 0 33 406 136 46
Binary 1000111 110 10111010 111110 1100001 0 11011 100000110 1011110 100110

Color Harmonies of #4706BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4706BA

Black with #4706BA

Text Example


Text Example

White with #4706BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4706BA; }

 p { color: rgb(71,6,186); }

 H1.HeaderClassName
 {
   color: #4706BA;
 }
 .AnyTagClassName
 {
   color: #4706BA;
 }
</style>

background-color css

<style>
 a { background-color: #4706BA; }

 a { background-color: rgb(71,6,186); }

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

border-color css

<style>
 span { border-color: #4706BA; }

 span { border-color: rgb(71,6,186); }

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