Html Css Color HEX #4726AF Purple Heart

📋 copy color: '#4726AF'

red 71 ◦ green 38 ◦ blue 175

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

Shades of Purple Heart #4726AF

Tints of Purple Heart #4726AF

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.38%

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

R = 25%
G = 13.38%
B = 61.62%

CMYK

 C value IS 0.59

 M value IS 0.78

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4726AF (or 0x4726AF) is known color: Purple Heart. HEX triplet: 47, 26 and AF. RGB value is (71,38,175). Sum of RGB (Red+Green+Blue) = 71+38+175=284 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25% from 284); Green value is 38 (15.23% from 255 or 13.38% from 284); Blue value is 175 (68.75% from 255 or 61.62% from 284); Max value from RGB is 175 - color contains mainly: blue. Hex color #4726AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4726AF is #B8D950. Grayscale: #3E3E3E. Windows color (decimal): -12114257 or 11478599. OLE color: 11478599.

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

Color convert

RGB 71 38 175 -
CMYK 0.59 0.78 0 0.31
HSL 254.45º 0.64% 0.42% -
HSV(B) 254.45º 0.78% 0.69% -
XYZ 11.03 5.82 41.1 -
YUV 63.49 190.93 133.36 -
System Red Green Blue C M Y K H S L
Decimal 71 38 175 0.59 0.78 0 0.31 254.45 0.64 0.42
Hex 47 26 AF 3B 4E 0 1F FE 40 2A
Octal 107 46 257 73 116 0 37 376 100 52
Binary 1000111 100110 10101111 111011 1001110 0 11111 11111110 1000000 101010

Color Harmonies of #4726AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4726AF

Black with #4726AF

Text Example


Text Example

White with #4726AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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