Html Css Color HEX #4700BA Purple Heart

📋 copy color: '#4700BA'

red 71 ◦ green 0 ◦ blue 186

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

Shades of Purple Heart #4700BA

Tints of Purple Heart #4700BA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 27.63%
G = 0%
B = 72.37%

CMYK

 C value IS 0.62

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4700BA (or 0x4700BA) is known color: Purple Heart. HEX triplet: 47, 00 and BA. RGB value is (71,0,186). Sum of RGB (Red+Green+Blue) = 71+0+186=257 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.63% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 186 (73.05% from 255 or 72.37% from 257); Max value from RGB is 186 - color contains mainly: blue. Hex color #4700BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4700BA is #B8FF45. Grayscale: #292929. Windows color (decimal): -12123974 or 12189767. OLE color: 12189767.

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

Color convert

RGB 71 0 186 -
CMYK 0.62 1 0 0.27
HSL 262.9º 1% 0.36% -
HSV(B) 262.9º 1% 0.73% -
XYZ 11.46 4.88 46.79 -
YUV 42.43 209.02 148.38 -
System Red Green Blue C M Y K H S L
Decimal 71 0 186 0.62 1 0 0.27 262.9 1 0.36
Hex 47 0 BA 3E 64 0 1B 107 64 24
Octal 107 0 272 76 144 0 33 407 144 44
Binary 1000111 0 10111010 111110 1100100 0 11011 100000111 1100100 100100

Color Harmonies of #4700BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4700BA

Black with #4700BA

Text Example


Text Example

White with #4700BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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