Html Css Color HEX #4A1FAF Purple Heart

📋 copy color: '#4A1FAF'

red 74 ◦ green 31 ◦ blue 175

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

Shades of Purple Heart #4A1FAF

Tints of Purple Heart #4A1FAF

RGB

 RED value IS 74 (29.3% from 255) = 26.43%

 GREEN value IS 31 (12.5% from 255) = 11.07%

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

R = 26.43%
G = 11.07%
B = 62.5%

CMYK

 C value IS 0.58

 M value IS 0.82

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4A1FAF (or 0x4A1FAF) is known color: Purple Heart. HEX triplet: 4A, 1F and AF. RGB value is (74,31,175). Sum of RGB (Red+Green+Blue) = 74+31+175=280 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.43% from 280); Green value is 31 (12.5% from 255 or 11.07% from 280); Blue value is 175 (68.75% from 255 or 62.5% from 280); Max value from RGB is 175 - color contains mainly: blue. Hex color #4A1FAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A1FAF is #B5E050. Grayscale: #3B3B3B. Windows color (decimal): -11919441 or 11476810. OLE color: 11476810.

HSL color Cylindrical-coordinate representation of color #4A1FAF: hue angle of 257.92º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4A1FAF is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 74 31 175 -
CMYK 0.58 0.82 0 0.31
HSL 257.92º 0.7% 0.4% -
HSV(B) 257.92º 0.82% 0.69% -
XYZ 11.05 5.53 41.04 -
YUV 60.27 192.75 137.79 -
System Red Green Blue C M Y K H S L
Decimal 74 31 175 0.58 0.82 0 0.31 257.92 0.7 0.4
Hex 4A 1F AF 3A 52 0 1F 102 46 28
Octal 112 37 257 72 122 0 37 402 106 50
Binary 1001010 11111 10101111 111010 1010010 0 11111 100000010 1000110 101000

Color Harmonies of #4A1FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1FAF

Black with #4A1FAF

Text Example


Text Example

White with #4A1FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A1FAF; }

 p { color: rgb(74,31,175); }

 H1.HeaderClassName
 {
   color: #4A1FAF;
 }
 .AnyTagClassName
 {
   color: #4A1FAF;
 }
</style>

background-color css

<style>
 a { background-color: #4A1FAF; }

 a { background-color: rgb(74,31,175); }

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

border-color css

<style>
 span { border-color: #4A1FAF; }

 span { border-color: rgb(74,31,175); }

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