Html Css Color HEX #4710AF Purple Heart

📋 copy color: '#4710AF'

red 71 ◦ green 16 ◦ blue 175

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

Shades of Purple Heart #4710AF

Tints of Purple Heart #4710AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 66.79%

R = 27.1%
G = 6.11%
B = 66.79%

CMYK

 C value IS 0.59

 M value IS 0.91

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4710AF (or 0x4710AF) is known color: Purple Heart. HEX triplet: 47, 10 and AF. RGB value is (71,16,175). Sum of RGB (Red+Green+Blue) = 71+16+175=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 16 (6.64% from 255 or 6.11% from 262); Blue value is 175 (68.75% from 255 or 66.79% from 262); Max value from RGB is 175 - color contains mainly: blue. Hex color #4710AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4710AF is #B8EF50. Grayscale: #313131. Windows color (decimal): -12119889 or 11472967. OLE color: 11472967.

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

Color convert

RGB 71 16 175 -
CMYK 0.59 0.91 0 0.31
HSL 260.75º 0.83% 0.37% -
HSV(B) 260.75º 0.91% 0.69% -
XYZ 10.52 4.81 40.93 -
YUV 50.57 198.22 142.57 -
System Red Green Blue C M Y K H S L
Decimal 71 16 175 0.59 0.91 0 0.31 260.75 0.83 0.37
Hex 47 10 AF 3B 5B 0 1F 105 53 25
Octal 107 20 257 73 133 0 37 405 123 45
Binary 1000111 10000 10101111 111011 1011011 0 11111 100000101 1010011 100101

Color Harmonies of #4710AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4710AF

Black with #4710AF

Text Example


Text Example

White with #4710AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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