Html Css Color HEX #4A1DBE Purple Heart

📋 copy color: '#4A1DBE'

red 74 ◦ green 29 ◦ blue 190

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

Shades of Purple Heart #4A1DBE

Tints of Purple Heart #4A1DBE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.9%

 BLUE value IS 190 (74.61% from 255) = 64.85%

R = 25.26%
G = 9.9%
B = 64.85%

CMYK

 C value IS 0.61

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4A1DBE (or 0x4A1DBE) is known color: Purple Heart. HEX triplet: 4A, 1D and BE. RGB value is (74,29,190). Sum of RGB (Red+Green+Blue) = 74+29+190=293 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.26% from 293); Green value is 29 (11.72% from 255 or 9.90% from 293); Blue value is 190 (74.61% from 255 or 64.85% from 293); Max value from RGB is 190 - color contains mainly: blue. Hex color #4A1DBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A1DBE is #B5E241. Grayscale: #3C3C3C. Windows color (decimal): -11919938 or 12459338. OLE color: 12459338.

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

Color convert

RGB 74 29 190 -
CMYK 0.61 0.85 0 0.25
HSL 256.77º 0.74% 0.43% -
HSV(B) 256.77º 0.85% 0.75% -
XYZ 12.56 6.05 49.22 -
YUV 60.81 200.91 137.41 -
System Red Green Blue C M Y K H S L
Decimal 74 29 190 0.61 0.85 0 0.25 256.77 0.74 0.43
Hex 4A 1D BE 3D 55 0 19 101 4A 2B
Octal 112 35 276 75 125 0 31 401 112 53
Binary 1001010 11101 10111110 111101 1010101 0 11001 100000001 1001010 101011

Color Harmonies of #4A1DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1DBE

Black with #4A1DBE

Text Example


Text Example

White with #4A1DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,29,190); }

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

background-color css

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

 a { background-color: rgb(74,29,190); }

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

border-color css

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

 span { border-color: rgb(74,29,190); }

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