Html Css Color HEX #4A15AF Purple Heart

📋 copy color: '#4A15AF'

red 74 ◦ green 21 ◦ blue 175

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

Shades of Purple Heart #4A15AF

Tints of Purple Heart #4A15AF

RGB

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

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

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

R = 27.41%
G = 7.78%
B = 64.81%

CMYK

 C value IS 0.58

 M value IS 0.88

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4A15AF (or 0x4A15AF) is known color: Purple Heart. HEX triplet: 4A, 15 and AF. RGB value is (74,21,175). Sum of RGB (Red+Green+Blue) = 74+21+175=270 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.41% from 270); Green value is 21 (8.59% from 255 or 7.78% from 270); Blue value is 175 (68.75% from 255 or 64.81% from 270); Max value from RGB is 175 - color contains mainly: blue. Hex color #4A15AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A15AF is #B5EA50. Grayscale: #353535. Windows color (decimal): -11922001 or 11474250. OLE color: 11474250.

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

Color convert

RGB 74 21 175 -
CMYK 0.58 0.88 0 0.31
HSL 260.65º 0.79% 0.38% -
HSV(B) 260.65º 0.88% 0.69% -
XYZ 10.83 5.09 40.97 -
YUV 54.4 196.06 141.98 -
System Red Green Blue C M Y K H S L
Decimal 74 21 175 0.58 0.88 0 0.31 260.65 0.79 0.38
Hex 4A 15 AF 3A 58 0 1F 105 4F 26
Octal 112 25 257 72 130 0 37 405 117 46
Binary 1001010 10101 10101111 111010 1011000 0 11111 100000101 1001111 100110

Color Harmonies of #4A15AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A15AF

Black with #4A15AF

Text Example


Text Example

White with #4A15AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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