Html Css Color HEX #4714BF Purple Heart

📋 copy color: '#4714BF'

red 71 ◦ green 20 ◦ blue 191

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

Shades of Purple Heart #4714BF

Tints of Purple Heart #4714BF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.09%

 BLUE value IS 191 (75% from 255) = 67.73%

R = 25.18%
G = 7.09%
B = 67.73%

CMYK

 C value IS 0.63

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4714BF (or 0x4714BF) is known color: Purple Heart. HEX triplet: 47, 14 and BF. RGB value is (71,20,191). Sum of RGB (Red+Green+Blue) = 71+20+191=282 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.18% from 282); Green value is 20 (8.20% from 255 or 7.09% from 282); Blue value is 191 (75% from 255 or 67.73% from 282); Max value from RGB is 191 - color contains mainly: blue. Hex color #4714BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4714BF is #B8EB40. Grayscale: #363636. Windows color (decimal): -12118849 or 12522567. OLE color: 12522567.

HSL color Cylindrical-coordinate representation of color #4714BF: hue angle of 257.89º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4714BF is Cyan = 0.63, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 20 191 -
CMYK 0.63 0.90 0 0.25
HSL 257.89º 0.81% 0.41% -
HSV(B) 257.89º 0.9% 0.75% -
XYZ 12.25 5.6 49.73 -
YUV 54.74 204.9 139.6 -
System Red Green Blue C M Y K H S L
Decimal 71 20 191 0.63 0.90 0 0.25 257.89 0.81 0.41
Hex 47 14 BF 3F 5A 0 19 102 51 29
Octal 107 24 277 77 132 0 31 402 121 51
Binary 1000111 10100 10111111 111111 1011010 0 11001 100000010 1010001 101001

Color Harmonies of #4714BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4714BF

Black with #4714BF

Text Example


Text Example

White with #4714BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4714BF; }

 p { color: rgb(71,20,191); }

 H1.HeaderClassName
 {
   color: #4714BF;
 }
 .AnyTagClassName
 {
   color: #4714BF;
 }
</style>

background-color css

<style>
 a { background-color: #4714BF; }

 a { background-color: rgb(71,20,191); }

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

border-color css

<style>
 span { border-color: #4714BF; }

 span { border-color: rgb(71,20,191); }

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