Html Css Color HEX #4716AB Purple Heart

📋 copy color: '#4716AB'

red 71 ◦ green 22 ◦ blue 171

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

Shades of Purple Heart #4716AB

Tints of Purple Heart #4716AB

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.33%

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

R = 26.89%
G = 8.33%
B = 64.77%

CMYK

 C value IS 0.58

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4716AB (or 0x4716AB) is known color: Purple Heart. HEX triplet: 47, 16 and AB. RGB value is (71,22,171). Sum of RGB (Red+Green+Blue) = 71+22+171=264 (34% of max value = 765). Red value is 71 (28.12% from 255 or 26.89% from 264); Green value is 22 (8.98% from 255 or 8.33% from 264); Blue value is 171 (67.19% from 255 or 64.77% from 264); Max value from RGB is 171 - color contains mainly: blue. Hex color #4716AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4716AB is #B8E954. Grayscale: #353535. Windows color (decimal): -12118357 or 11212359. OLE color: 11212359.

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

Color convert

RGB 71 22 171 -
CMYK 0.58 0.87 0 0.33
HSL 259.73º 0.77% 0.38% -
HSV(B) 259.73º 0.87% 0.67% -
XYZ 10.24 4.85 38.93 -
YUV 53.64 194.23 140.38 -
System Red Green Blue C M Y K H S L
Decimal 71 22 171 0.58 0.87 0 0.33 259.73 0.77 0.38
Hex 47 16 AB 3A 57 0 21 104 4D 26
Octal 107 26 253 72 127 0 41 404 115 46
Binary 1000111 10110 10101011 111010 1010111 0 100001 100000100 1001101 100110

Color Harmonies of #4716AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4716AB

Black with #4716AB

Text Example


Text Example

White with #4716AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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