Html Css Color HEX #4A00BA Purple Heart

📋 copy color: '#4A00BA'

red 74 ◦ green 0 ◦ blue 186

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

Shades of Purple Heart #4A00BA

Tints of Purple Heart #4A00BA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 28.46%
G = 0%
B = 71.54%

CMYK

 C value IS 0.60

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4A00BA (or 0x4A00BA) is known color: Purple Heart. HEX triplet: 4A, 00 and BA. RGB value is (74,0,186). Sum of RGB (Red+Green+Blue) = 74+0+186=260 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.46% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 186 (73.05% from 255 or 71.54% from 260); Max value from RGB is 186 - color contains mainly: blue. Hex color #4A00BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A00BA is #B5FF45. Grayscale: #2A2A2A. Windows color (decimal): -11927366 or 12189770. OLE color: 12189770.

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

Color convert

RGB 74 0 186 -
CMYK 0.60 1 0 0.27
HSL 263.87º 1% 0.36% -
HSV(B) 263.87º 1% 0.73% -
XYZ 11.69 5 46.8 -
YUV 43.33 208.52 149.88 -
System Red Green Blue C M Y K H S L
Decimal 74 0 186 0.60 1 0 0.27 263.87 1 0.36
Hex 4A 0 BA 3C 64 0 1B 108 64 24
Octal 112 0 272 74 144 0 33 410 144 44
Binary 1001010 0 10111010 111100 1100100 0 11011 100001000 1100100 100100

Color Harmonies of #4A00BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A00BA

Black with #4A00BA

Text Example


Text Example

White with #4A00BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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