Html Css Color HEX #4713AC Purple Heart

📋 copy color: '#4713AC'

red 71 ◦ green 19 ◦ blue 172

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

Shades of Purple Heart #4713AC

Tints of Purple Heart #4713AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 65.65%

R = 27.1%
G = 7.25%
B = 65.65%

CMYK

 C value IS 0.59

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4713AC (or 0x4713AC) is known color: Purple Heart. HEX triplet: 47, 13 and AC. RGB value is (71,19,172). Sum of RGB (Red+Green+Blue) = 71+19+172=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 19 (7.81% from 255 or 7.25% from 262); Blue value is 172 (67.58% from 255 or 65.65% from 262); Max value from RGB is 172 - color contains mainly: blue. Hex color #4713AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4713AC is #B8EC53. Grayscale: #333333. Windows color (decimal): -12119124 or 11277127. OLE color: 11277127.

HSL color Cylindrical-coordinate representation of color #4713AC: hue angle of 260.39º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4713AC is Cyan = 0.59, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 19 172 -
CMYK 0.59 0.89 0 0.33
HSL 260.39º 0.8% 0.37% -
HSV(B) 260.39º 0.89% 0.67% -
XYZ 10.28 4.78 39.41 -
YUV 51.99 195.73 141.56 -
System Red Green Blue C M Y K H S L
Decimal 71 19 172 0.59 0.89 0 0.33 260.39 0.8 0.37
Hex 47 13 AC 3B 59 0 21 104 50 25
Octal 107 23 254 73 131 0 41 404 120 45
Binary 1000111 10011 10101100 111011 1011001 0 100001 100000100 1010000 100101

Color Harmonies of #4713AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4713AC

Black with #4713AC

Text Example


Text Example

White with #4713AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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