Html Css Color HEX #4A00BD Purple Heart

📋 copy color: '#4A00BD'

red 74 ◦ green 0 ◦ blue 189

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

Shades of Purple Heart #4A00BD

Tints of Purple Heart #4A00BD

RGB

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

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

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

R = 28.14%
G = 0%
B = 71.86%

CMYK

 C value IS 0.61

 M value IS 1

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4A00BD (or 0x4A00BD) is known color: Purple Heart. HEX triplet: 4A, 00 and BD. RGB value is (74,0,189). Sum of RGB (Red+Green+Blue) = 74+0+189=263 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.14% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 189 (74.22% from 255 or 71.86% from 263); Max value from RGB is 189 - color contains mainly: blue. Hex color #4A00BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A00BD is #B5FF42. Grayscale: #2A2A2A. Windows color (decimal): -11927363 or 12386378. OLE color: 12386378.

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

Color convert

RGB 74 0 189 -
CMYK 0.61 1 0 0.26
HSL 263.49º 1% 0.37% -
HSV(B) 263.49º 1% 0.74% -
XYZ 12.01 5.13 48.5 -
YUV 43.67 210.02 149.63 -
System Red Green Blue C M Y K H S L
Decimal 74 0 189 0.61 1 0 0.26 263.49 1 0.37
Hex 4A 0 BD 3D 64 0 1A 107 64 25
Octal 112 0 275 75 144 0 32 407 144 45
Binary 1001010 0 10111101 111101 1100100 0 11010 100000111 1100100 100101

Color Harmonies of #4A00BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A00BD

Black with #4A00BD

Text Example


Text Example

White with #4A00BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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