Html Css Color HEX #4C2BAC Purple Heart

📋 copy color: '#4C2BAC'

red 76 ◦ green 43 ◦ blue 172

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

Shades of Purple Heart #4C2BAC

Tints of Purple Heart #4C2BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 59.11%

R = 26.12%
G = 14.78%
B = 59.11%

CMYK

 C value IS 0.56

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4C2BAC (or 0x4C2BAC) is known color: Purple Heart. HEX triplet: 4C, 2B and AC. RGB value is (76,43,172). Sum of RGB (Red+Green+Blue) = 76+43+172=291 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.12% from 291); Green value is 43 (17.19% from 255 or 14.78% from 291); Blue value is 172 (67.58% from 255 or 59.11% from 291); Max value from RGB is 172 - color contains mainly: blue. Hex color #4C2BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C2BAC is #B3D453. Grayscale: #434343. Windows color (decimal): -11785300 or 11283276. OLE color: 11283276.

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

Color convert

RGB 76 43 172 -
CMYK 0.56 0.75 0 0.33
HSL 255.35º 0.6% 0.42% -
HSV(B) 255.35º 0.75% 0.67% -
XYZ 11.29 6.24 39.64 -
YUV 67.57 186.93 134.01 -
System Red Green Blue C M Y K H S L
Decimal 76 43 172 0.56 0.75 0 0.33 255.35 0.6 0.42
Hex 4C 2B AC 38 4B 0 21 FF 3C 2A
Octal 114 53 254 70 113 0 41 377 74 52
Binary 1001100 101011 10101100 111000 1001011 0 100001 11111111 111100 101010

Color Harmonies of #4C2BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2BAC

Black with #4C2BAC

Text Example


Text Example

White with #4C2BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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