Html Css Color HEX #4A0EBF Purple Heart

📋 copy color: '#4A0EBF'

red 74 ◦ green 14 ◦ blue 191

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

Shades of Purple Heart #4A0EBF

Tints of Purple Heart #4A0EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 68.46%

R = 26.52%
G = 5.02%
B = 68.46%

CMYK

 C value IS 0.61

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4A0EBF (or 0x4A0EBF) is known color: Purple Heart. HEX triplet: 4A, 0E and BF. RGB value is (74,14,191). Sum of RGB (Red+Green+Blue) = 74+14+191=279 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.52% from 279); Green value is 14 (5.86% from 255 or 5.02% from 279); Blue value is 191 (75% from 255 or 68.46% from 279); Max value from RGB is 191 - color contains mainly: blue. Hex color #4A0EBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A0EBF is #B5F140. Grayscale: #333333. Windows color (decimal): -11923777 or 12521034. OLE color: 12521034.

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

Color convert

RGB 74 14 191 -
CMYK 0.61 0.93 0 0.25
HSL 260.34º 0.86% 0.4% -
HSV(B) 260.34º 0.93% 0.75% -
XYZ 12.39 5.53 49.71 -
YUV 52.12 206.38 143.61 -
System Red Green Blue C M Y K H S L
Decimal 74 14 191 0.61 0.93 0 0.25 260.34 0.86 0.4
Hex 4A E BF 3D 5D 0 19 104 56 28
Octal 112 16 277 75 135 0 31 404 126 50
Binary 1001010 1110 10111111 111101 1011101 0 11001 100000100 1010110 101000

Color Harmonies of #4A0EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0EBF

Black with #4A0EBF

Text Example


Text Example

White with #4A0EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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