Html Css Color HEX #4705BA Purple Heart

📋 copy color: '#4705BA'

red 71 ◦ green 5 ◦ blue 186

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

Shades of Purple Heart #4705BA

Tints of Purple Heart #4705BA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.91%

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

R = 27.1%
G = 1.91%
B = 70.99%

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

#4705BA (or 0x4705BA) is known color: Purple Heart. HEX triplet: 47, 05 and BA. RGB value is (71,5,186). Sum of RGB (Red+Green+Blue) = 71+5+186=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 5 (2.34% from 255 or 1.91% from 262); Blue value is 186 (73.05% from 255 or 70.99% from 262); Max value from RGB is 186 - color contains mainly: blue. Hex color #4705BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4705BA is #B8FA45. Grayscale: #2C2C2C. Windows color (decimal): -12122694 or 12191047. OLE color: 12191047.

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

Color convert

RGB 71 5 186 -
CMYK 0.62 0.97 0 0.27
HSL 261.88º 0.95% 0.37% -
HSV(B) 261.88º 0.97% 0.73% -
XYZ 11.52 4.99 46.81 -
YUV 45.37 207.37 146.28 -
System Red Green Blue C M Y K H S L
Decimal 71 5 186 0.62 0.97 0 0.27 261.88 0.95 0.37
Hex 47 5 BA 3E 61 0 1B 106 5F 25
Octal 107 5 272 76 141 0 33 406 137 45
Binary 1000111 101 10111010 111110 1100001 0 11011 100000110 1011111 100101

Color Harmonies of #4705BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4705BA

Black with #4705BA

Text Example


Text Example

White with #4705BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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