Html Css Color HEX #4A15AC Purple Heart

📋 copy color: '#4A15AC'

red 74 ◦ green 21 ◦ blue 172

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

Shades of Purple Heart #4A15AC

Tints of Purple Heart #4A15AC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.87%

 BLUE value IS 172 (67.58% from 255) = 64.42%

R = 27.72%
G = 7.87%
B = 64.42%

CMYK

 C value IS 0.57

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4A15AC (or 0x4A15AC) is known color: Purple Heart. HEX triplet: 4A, 15 and AC. RGB value is (74,21,172). Sum of RGB (Red+Green+Blue) = 74+21+172=267 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.72% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 172 (67.58% from 255 or 64.42% from 267); Max value from RGB is 172 - color contains mainly: blue. Hex color #4A15AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A15AC is #B5EA53. Grayscale: #353535. Windows color (decimal): -11922004 or 11277642. OLE color: 11277642.

HSL color Cylindrical-coordinate representation of color #4A15AC: hue angle of 261.06º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4A15AC is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 74 21 172 -
CMYK 0.57 0.88 0 0.33
HSL 261.06º 0.78% 0.38% -
HSV(B) 261.06º 0.88% 0.67% -
XYZ 10.54 4.97 39.43 -
YUV 54.06 194.56 142.22 -
System Red Green Blue C M Y K H S L
Decimal 74 21 172 0.57 0.88 0 0.33 261.06 0.78 0.38
Hex 4A 15 AC 39 58 0 21 105 4E 26
Octal 112 25 254 71 130 0 41 405 116 46
Binary 1001010 10101 10101100 111001 1011000 0 100001 100000101 1001110 100110

Color Harmonies of #4A15AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A15AC

Black with #4A15AC

Text Example


Text Example

White with #4A15AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,21,172); }

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

background-color css

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

 a { background-color: rgb(74,21,172); }

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

border-color css

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

 span { border-color: rgb(74,21,172); }

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