Html Css Color HEX #4A0EBD Purple Heart

📋 copy color: '#4A0EBD'

red 74 ◦ green 14 ◦ blue 189

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

Shades of Purple Heart #4A0EBD

Tints of Purple Heart #4A0EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 68.23%

R = 26.71%
G = 5.05%
B = 68.23%

CMYK

 C value IS 0.61

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4A0EBD (or 0x4A0EBD) is known color: Purple Heart. HEX triplet: 4A, 0E and BD. RGB value is (74,14,189). Sum of RGB (Red+Green+Blue) = 74+14+189=277 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.71% from 277); Green value is 14 (5.86% from 255 or 5.05% from 277); Blue value is 189 (74.22% from 255 or 68.23% from 277); Max value from RGB is 189 - color contains mainly: blue. Hex color #4A0EBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A0EBD is #B5F142. Grayscale: #333333. Windows color (decimal): -11923779 or 12389962. OLE color: 12389962.

HSL color Cylindrical-coordinate representation of color #4A0EBD: hue angle of 260.57º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4A0EBD is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 74 14 189 -
CMYK 0.61 0.93 0 0.26
HSL 260.57º 0.86% 0.4% -
HSV(B) 260.57º 0.93% 0.74% -
XYZ 12.17 5.44 48.55 -
YUV 51.89 205.38 143.77 -
System Red Green Blue C M Y K H S L
Decimal 74 14 189 0.61 0.93 0 0.26 260.57 0.86 0.4
Hex 4A E BD 3D 5D 0 1A 105 56 28
Octal 112 16 275 75 135 0 32 405 126 50
Binary 1001010 1110 10111101 111101 1011101 0 11010 100000101 1010110 101000

Color Harmonies of #4A0EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0EBD

Black with #4A0EBD

Text Example


Text Example

White with #4A0EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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