Html Css Color HEX #4715AB Purple Heart

📋 copy color: '#4715AB'

red 71 ◦ green 21 ◦ blue 171

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

Shades of Purple Heart #4715AB

Tints of Purple Heart #4715AB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.98%

 BLUE value IS 171 (67.19% from 255) = 65.02%

R = 27%
G = 7.98%
B = 65.02%

CMYK

 C value IS 0.58

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4715AB (or 0x4715AB) is known color: Purple Heart. HEX triplet: 47, 15 and AB. RGB value is (71,21,171). Sum of RGB (Red+Green+Blue) = 71+21+171=263 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.00% from 263); Green value is 21 (8.59% from 255 or 7.98% from 263); Blue value is 171 (67.19% from 255 or 65.02% from 263); Max value from RGB is 171 - color contains mainly: blue. Hex color #4715AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4715AB is #B8EA54. Grayscale: #343434. Windows color (decimal): -12118613 or 11212103. OLE color: 11212103.

HSL color Cylindrical-coordinate representation of color #4715AB: hue angle of 260º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4715AB is Cyan = 0.58, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 21 171 -
CMYK 0.58 0.88 0 0.33
HSL 260º 0.78% 0.38% -
HSV(B) 260º 0.88% 0.67% -
XYZ 10.22 4.82 38.92 -
YUV 53.05 194.57 140.8 -
System Red Green Blue C M Y K H S L
Decimal 71 21 171 0.58 0.88 0 0.33 260 0.78 0.38
Hex 47 15 AB 3A 58 0 21 104 4E 26
Octal 107 25 253 72 130 0 41 404 116 46
Binary 1000111 10101 10101011 111010 1011000 0 100001 100000100 1001110 100110

Color Harmonies of #4715AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4715AB

Black with #4715AB

Text Example


Text Example

White with #4715AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4715AB; }

 p { color: rgb(71,21,171); }

 H1.HeaderClassName
 {
   color: #4715AB;
 }
 .AnyTagClassName
 {
   color: #4715AB;
 }
</style>

background-color css

<style>
 a { background-color: #4715AB; }

 a { background-color: rgb(71,21,171); }

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

border-color css

<style>
 span { border-color: #4715AB; }

 span { border-color: rgb(71,21,171); }

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