Html Css Color HEX #4C2BAE Purple Heart

📋 copy color: '#4C2BAE'

red 76 ◦ green 43 ◦ blue 174

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

Shades of Purple Heart #4C2BAE

Tints of Purple Heart #4C2BAE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.68%

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

R = 25.94%
G = 14.68%
B = 59.39%

CMYK

 C value IS 0.56

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4C2BAE (or 0x4C2BAE) is known color: Purple Heart. HEX triplet: 4C, 2B and AE. RGB value is (76,43,174). Sum of RGB (Red+Green+Blue) = 76+43+174=293 (38% of max value = 765). Red value is 76 (30.08% from 255 or 25.94% from 293); Green value is 43 (17.19% from 255 or 14.68% from 293); Blue value is 174 (68.36% from 255 or 59.39% from 293); Max value from RGB is 174 - color contains mainly: blue. Hex color #4C2BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C2BAE is #B3D451. Grayscale: #434343. Windows color (decimal): -11785298 or 11414348. OLE color: 11414348.

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

Color convert

RGB 76 43 174 -
CMYK 0.56 0.75 0 0.32
HSL 255.11º 0.6% 0.43% -
HSV(B) 255.11º 0.75% 0.68% -
XYZ 11.48 6.32 40.66 -
YUV 67.8 187.93 133.85 -
System Red Green Blue C M Y K H S L
Decimal 76 43 174 0.56 0.75 0 0.32 255.11 0.6 0.43
Hex 4C 2B AE 38 4B 0 20 FF 3C 2B
Octal 114 53 256 70 113 0 40 377 74 53
Binary 1001100 101011 10101110 111000 1001011 0 100000 11111111 111100 101011

Color Harmonies of #4C2BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2BAE

Black with #4C2BAE

Text Example


Text Example

White with #4C2BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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