Html Css Color HEX #4713BD Purple Heart

📋 copy color: '#4713BD'

red 71 ◦ green 19 ◦ blue 189

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

Shades of Purple Heart #4713BD

Tints of Purple Heart #4713BD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.81%

 BLUE value IS 189 (74.22% from 255) = 67.74%

R = 25.45%
G = 6.81%
B = 67.74%

CMYK

 C value IS 0.62

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4713BD (or 0x4713BD) is known color: Purple Heart. HEX triplet: 47, 13 and BD. RGB value is (71,19,189). Sum of RGB (Red+Green+Blue) = 71+19+189=279 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.45% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 189 (74.22% from 255 or 67.74% from 279); Max value from RGB is 189 - color contains mainly: blue. Hex color #4713BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4713BD is #B8EC42. Grayscale: #353535. Windows color (decimal): -12119107 or 12391239. OLE color: 12391239.

HSL color Cylindrical-coordinate representation of color #4713BD: hue angle of 258.35º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4713BD is Cyan = 0.62, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 71 19 189 -
CMYK 0.62 0.90 0 0.26
HSL 258.35º 0.82% 0.41% -
HSV(B) 258.35º 0.9% 0.74% -
XYZ 12.02 5.48 48.57 -
YUV 53.93 204.23 140.18 -
System Red Green Blue C M Y K H S L
Decimal 71 19 189 0.62 0.90 0 0.26 258.35 0.82 0.41
Hex 47 13 BD 3E 5A 0 1A 102 52 29
Octal 107 23 275 76 132 0 32 402 122 51
Binary 1000111 10011 10111101 111110 1011010 0 11010 100000010 1010010 101001

Color Harmonies of #4713BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4713BD

Black with #4713BD

Text Example


Text Example

White with #4713BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4713BD; }

 p { color: rgb(71,19,189); }

 H1.HeaderClassName
 {
   color: #4713BD;
 }
 .AnyTagClassName
 {
   color: #4713BD;
 }
</style>

background-color css

<style>
 a { background-color: #4713BD; }

 a { background-color: rgb(71,19,189); }

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

border-color css

<style>
 span { border-color: #4713BD; }

 span { border-color: rgb(71,19,189); }

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