Html Css Color HEX #4A1DAF Purple Heart

📋 copy color: '#4A1DAF'

red 74 ◦ green 29 ◦ blue 175

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

Shades of Purple Heart #4A1DAF

Tints of Purple Heart #4A1DAF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.43%

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

R = 26.62%
G = 10.43%
B = 62.95%

CMYK

 C value IS 0.58

 M value IS 0.83

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4A1DAF (or 0x4A1DAF) is known color: Purple Heart. HEX triplet: 4A, 1D and AF. RGB value is (74,29,175). Sum of RGB (Red+Green+Blue) = 74+29+175=278 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.62% from 278); Green value is 29 (11.72% from 255 or 10.43% from 278); Blue value is 175 (68.75% from 255 or 62.95% from 278); Max value from RGB is 175 - color contains mainly: blue. Hex color #4A1DAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A1DAF is #B5E250. Grayscale: #3A3A3A. Windows color (decimal): -11919953 or 11476298. OLE color: 11476298.

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

Color convert

RGB 74 29 175 -
CMYK 0.58 0.83 0 0.31
HSL 258.49º 0.72% 0.4% -
HSV(B) 258.49º 0.83% 0.69% -
XYZ 11 5.43 41.03 -
YUV 59.1 193.41 138.63 -
System Red Green Blue C M Y K H S L
Decimal 74 29 175 0.58 0.83 0 0.31 258.49 0.72 0.4
Hex 4A 1D AF 3A 53 0 1F 102 48 28
Octal 112 35 257 72 123 0 37 402 110 50
Binary 1001010 11101 10101111 111010 1010011 0 11111 100000010 1001000 101000

Color Harmonies of #4A1DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1DAF

Black with #4A1DAF

Text Example


Text Example

White with #4A1DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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