Html Css Color HEX #4710AE Purple Heart

📋 copy color: '#4710AE'

red 71 ◦ green 16 ◦ blue 174

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

Shades of Purple Heart #4710AE

Tints of Purple Heart #4710AE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.13%

 BLUE value IS 174 (68.36% from 255) = 66.67%

R = 27.2%
G = 6.13%
B = 66.67%

CMYK

 C value IS 0.59

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4710AE (or 0x4710AE) is known color: Purple Heart. HEX triplet: 47, 10 and AE. RGB value is (71,16,174). Sum of RGB (Red+Green+Blue) = 71+16+174=261 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.20% from 261); Green value is 16 (6.64% from 255 or 6.13% from 261); Blue value is 174 (68.36% from 255 or 66.67% from 261); Max value from RGB is 174 - color contains mainly: blue. Hex color #4710AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4710AE is #B8EF51. Grayscale: #313131. Windows color (decimal): -12119890 or 11407431. OLE color: 11407431.

HSL color Cylindrical-coordinate representation of color #4710AE: hue angle of 260.89º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4710AE is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 71 16 174 -
CMYK 0.59 0.91 0 0.32
HSL 260.89º 0.83% 0.37% -
HSV(B) 260.89º 0.91% 0.68% -
XYZ 10.42 4.77 40.41 -
YUV 50.46 197.72 142.65 -
System Red Green Blue C M Y K H S L
Decimal 71 16 174 0.59 0.91 0 0.32 260.89 0.83 0.37
Hex 47 10 AE 3B 5B 0 20 105 53 25
Octal 107 20 256 73 133 0 40 405 123 45
Binary 1000111 10000 10101110 111011 1011011 0 100000 100000101 1010011 100101

Color Harmonies of #4710AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4710AE

Black with #4710AE

Text Example


Text Example

White with #4710AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4710AE; }

 p { color: rgb(71,16,174); }

 H1.HeaderClassName
 {
   color: #4710AE;
 }
 .AnyTagClassName
 {
   color: #4710AE;
 }
</style>

background-color css

<style>
 a { background-color: #4710AE; }

 a { background-color: rgb(71,16,174); }

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

border-color css

<style>
 span { border-color: #4710AE; }

 span { border-color: rgb(71,16,174); }

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