Html Css Color HEX #4C28AE Purple Heart

📋 copy color: '#4C28AE'

red 76 ◦ green 40 ◦ blue 174

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

Shades of Purple Heart #4C28AE

Tints of Purple Heart #4C28AE

RGB

 RED value IS 76 (30.08% from 255) = 26.21%

 GREEN value IS 40 (16.02% from 255) = 13.79%

 BLUE value IS 174 (68.36% from 255) = 60%

R = 26.21%
G = 13.79%
B = 60%

CMYK

 C value IS 0.56

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4C28AE (or 0x4C28AE) is known color: Purple Heart. HEX triplet: 4C, 28 and AE. RGB value is (76,40,174). Sum of RGB (Red+Green+Blue) = 76+40+174=290 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.21% from 290); Green value is 40 (16.02% from 255 or 13.79% from 290); Blue value is 174 (68.36% from 255 or 60% from 290); Max value from RGB is 174 - color contains mainly: blue. Hex color #4C28AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C28AE is #B3D751. Grayscale: #414141. Windows color (decimal): -11786066 or 11413580. OLE color: 11413580.

HSL color Cylindrical-coordinate representation of color #4C28AE: hue angle of 256.12º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4C28AE is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 76 40 174 -
CMYK 0.56 0.77 0 0.32
HSL 256.12º 0.63% 0.42% -
HSV(B) 256.12º 0.77% 0.68% -
XYZ 11.38 6.11 40.62 -
YUV 66.04 188.93 135.1 -
System Red Green Blue C M Y K H S L
Decimal 76 40 174 0.56 0.77 0 0.32 256.12 0.63 0.42
Hex 4C 28 AE 38 4D 0 20 100 3F 2A
Octal 114 50 256 70 115 0 40 400 77 52
Binary 1001100 101000 10101110 111000 1001101 0 100000 100000000 111111 101010

Color Harmonies of #4C28AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C28AE

Black with #4C28AE

Text Example


Text Example

White with #4C28AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,40,174); }

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

background-color css

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

 a { background-color: rgb(76,40,174); }

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

border-color css

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

 span { border-color: rgb(76,40,174); }

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