Html Css Color HEX #4725AF Purple Heart

📋 copy color: '#4725AF'

red 71 ◦ green 37 ◦ blue 175

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

Shades of Purple Heart #4725AF

Tints of Purple Heart #4725AF

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.07%

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

R = 25.09%
G = 13.07%
B = 61.84%

CMYK

 C value IS 0.59

 M value IS 0.79

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4725AF (or 0x4725AF) is known color: Purple Heart. HEX triplet: 47, 25 and AF. RGB value is (71,37,175). Sum of RGB (Red+Green+Blue) = 71+37+175=283 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.09% from 283); Green value is 37 (14.84% from 255 or 13.07% from 283); Blue value is 175 (68.75% from 255 or 61.84% from 283); Max value from RGB is 175 - color contains mainly: blue. Hex color #4725AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4725AF is #B8DA50. Grayscale: #3E3E3E. Windows color (decimal): -12114513 or 11478343. OLE color: 11478343.

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

Color convert

RGB 71 37 175 -
CMYK 0.59 0.79 0 0.31
HSL 254.78º 0.65% 0.42% -
HSV(B) 254.78º 0.79% 0.69% -
XYZ 11 5.76 41.09 -
YUV 62.9 191.26 133.78 -
System Red Green Blue C M Y K H S L
Decimal 71 37 175 0.59 0.79 0 0.31 254.78 0.65 0.42
Hex 47 25 AF 3B 4F 0 1F FF 41 2A
Octal 107 45 257 73 117 0 37 377 101 52
Binary 1000111 100101 10101111 111011 1001111 0 11111 11111111 1000001 101010

Color Harmonies of #4725AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4725AF

Black with #4725AF

Text Example


Text Example

White with #4725AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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