Html Css Color HEX #4715AA Purple Heart

📋 copy color: '#4715AA'

red 71 ◦ green 21 ◦ blue 170

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

Shades of Purple Heart #4715AA

Tints of Purple Heart #4715AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 64.89%

R = 27.1%
G = 8.02%
B = 64.89%

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

#4715AA (or 0x4715AA) is known color: Purple Heart. HEX triplet: 47, 15 and AA. RGB value is (71,21,170). Sum of RGB (Red+Green+Blue) = 71+21+170=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 170 (66.80% from 255 or 64.89% from 262); Max value from RGB is 170 - color contains mainly: blue. Hex color #4715AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4715AA is #B8EA55. Grayscale: #343434. Windows color (decimal): -12118614 or 11146567. OLE color: 11146567.

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

Color convert

RGB 71 21 170 -
CMYK 0.58 0.88 0 0.33
HSL 260.13º 0.78% 0.37% -
HSV(B) 260.13º 0.88% 0.67% -
XYZ 10.12 4.78 38.42 -
YUV 52.94 194.07 140.88 -
System Red Green Blue C M Y K H S L
Decimal 71 21 170 0.58 0.88 0 0.33 260.13 0.78 0.37
Hex 47 15 AA 3A 58 0 21 104 4E 25
Octal 107 25 252 72 130 0 41 404 116 45
Binary 1000111 10101 10101010 111010 1011000 0 100001 100000100 1001110 100101

Color Harmonies of #4715AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4715AA

Black with #4715AA

Text Example


Text Example

White with #4715AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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