Html Css Color HEX #4A29BE Purple Heart

📋 copy color: '#4A29BE'

red 74 ◦ green 41 ◦ blue 190

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

Shades of Purple Heart #4A29BE

Tints of Purple Heart #4A29BE

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.44%

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

R = 24.26%
G = 13.44%
B = 62.3%

CMYK

 C value IS 0.61

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4A29BE (or 0x4A29BE) is known color: Purple Heart. HEX triplet: 4A, 29 and BE. RGB value is (74,41,190). Sum of RGB (Red+Green+Blue) = 74+41+190=305 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.26% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 190 (74.61% from 255 or 62.30% from 305); Max value from RGB is 190 - color contains mainly: blue. Hex color #4A29BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A29BE is #B5D641. Grayscale: #434343. Windows color (decimal): -11916866 or 12462410. OLE color: 12462410.

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

Color convert

RGB 74 41 190 -
CMYK 0.61 0.78 0 0.25
HSL 253.29º 0.65% 0.45% -
HSV(B) 253.29º 0.78% 0.75% -
XYZ 12.91 6.76 49.34 -
YUV 67.85 196.93 132.38 -
System Red Green Blue C M Y K H S L
Decimal 74 41 190 0.61 0.78 0 0.25 253.29 0.65 0.45
Hex 4A 29 BE 3D 4E 0 19 FD 41 2D
Octal 112 51 276 75 116 0 31 375 101 55
Binary 1001010 101001 10111110 111101 1001110 0 11001 11111101 1000001 101101

Color Harmonies of #4A29BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A29BE

Black with #4A29BE

Text Example


Text Example

White with #4A29BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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