Html Css Color HEX #4A0EBA Purple Heart

📋 copy color: '#4A0EBA'

red 74 ◦ green 14 ◦ blue 186

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

Shades of Purple Heart #4A0EBA

Tints of Purple Heart #4A0EBA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.11%

 BLUE value IS 186 (73.05% from 255) = 67.88%

R = 27.01%
G = 5.11%
B = 67.88%

CMYK

 C value IS 0.60

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4A0EBA (or 0x4A0EBA) is known color: Purple Heart. HEX triplet: 4A, 0E and BA. RGB value is (74,14,186). Sum of RGB (Red+Green+Blue) = 74+14+186=274 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.01% from 274); Green value is 14 (5.86% from 255 or 5.11% from 274); Blue value is 186 (73.05% from 255 or 67.88% from 274); Max value from RGB is 186 - color contains mainly: blue. Hex color #4A0EBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A0EBA is #B5F145. Grayscale: #323232. Windows color (decimal): -11923782 or 12193354. OLE color: 12193354.

HSL color Cylindrical-coordinate representation of color #4A0EBA: hue angle of 260.93º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4A0EBA is Cyan = 0.60, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 74 14 186 -
CMYK 0.60 0.92 0 0.27
HSL 260.93º 0.86% 0.39% -
HSV(B) 260.93º 0.92% 0.73% -
XYZ 11.84 5.32 46.86 -
YUV 51.55 203.88 144.01 -
System Red Green Blue C M Y K H S L
Decimal 74 14 186 0.60 0.92 0 0.27 260.93 0.86 0.39
Hex 4A E BA 3C 5C 0 1B 105 56 27
Octal 112 16 272 74 134 0 33 405 126 47
Binary 1001010 1110 10111010 111100 1011100 0 11011 100000101 1010110 100111

Color Harmonies of #4A0EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0EBA

Black with #4A0EBA

Text Example


Text Example

White with #4A0EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,14,186); }

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

background-color css

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

 a { background-color: rgb(74,14,186); }

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

border-color css

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

 span { border-color: rgb(74,14,186); }

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