Html Css Color HEX #4A14BE Purple Heart

📋 copy color: '#4A14BE'

red 74 ◦ green 20 ◦ blue 190

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

Shades of Purple Heart #4A14BE

Tints of Purple Heart #4A14BE

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.04%

 BLUE value IS 190 (74.61% from 255) = 66.9%

R = 26.06%
G = 7.04%
B = 66.9%

CMYK

 C value IS 0.61

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4A14BE (or 0x4A14BE) is known color: Purple Heart. HEX triplet: 4A, 14 and BE. RGB value is (74,20,190). Sum of RGB (Red+Green+Blue) = 74+20+190=284 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.06% from 284); Green value is 20 (8.20% from 255 or 7.04% from 284); Blue value is 190 (74.61% from 255 or 66.90% from 284); Max value from RGB is 190 - color contains mainly: blue. Hex color #4A14BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A14BE is #B5EB41. Grayscale: #363636. Windows color (decimal): -11922242 or 12457034. OLE color: 12457034.

HSL color Cylindrical-coordinate representation of color #4A14BE: hue angle of 259.06º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4A14BE is Cyan = 0.61, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 74 20 190 -
CMYK 0.61 0.89 0 0.25
HSL 259.06º 0.81% 0.41% -
HSV(B) 259.06º 0.89% 0.75% -
XYZ 12.37 5.67 49.16 -
YUV 55.53 203.89 141.18 -
System Red Green Blue C M Y K H S L
Decimal 74 20 190 0.61 0.89 0 0.25 259.06 0.81 0.41
Hex 4A 14 BE 3D 59 0 19 103 51 29
Octal 112 24 276 75 131 0 31 403 121 51
Binary 1001010 10100 10111110 111101 1011001 0 11001 100000011 1010001 101001

Color Harmonies of #4A14BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A14BE

Black with #4A14BE

Text Example


Text Example

White with #4A14BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,20,190); }

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

background-color css

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

 a { background-color: rgb(74,20,190); }

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

border-color css

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

 span { border-color: rgb(74,20,190); }

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