Html Css Color HEX #4C32BA Purple Heart

📋 copy color: '#4C32BA'

red 76 ◦ green 50 ◦ blue 186

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

Shades of Purple Heart #4C32BA

Tints of Purple Heart #4C32BA

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.03%

 BLUE value IS 186 (73.05% from 255) = 59.62%

R = 24.36%
G = 16.03%
B = 59.62%

CMYK

 C value IS 0.59

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4C32BA (or 0x4C32BA) is known color: Purple Heart. HEX triplet: 4C, 32 and BA. RGB value is (76,50,186). Sum of RGB (Red+Green+Blue) = 76+50+186=312 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.36% from 312); Green value is 50 (19.92% from 255 or 16.03% from 312); Blue value is 186 (73.05% from 255 or 59.62% from 312); Max value from RGB is 186 - color contains mainly: blue. Hex color #4C32BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C32BA is #B3CD45. Grayscale: #484848. Windows color (decimal): -11783494 or 12202572. OLE color: 12202572.

HSL color Cylindrical-coordinate representation of color #4C32BA: hue angle of 251.47º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4C32BA is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 76 50 186 -
CMYK 0.59 0.73 0 0.27
HSL 251.47º 0.58% 0.46% -
HSV(B) 251.47º 0.73% 0.73% -
XYZ 12.98 7.36 47.19 -
YUV 73.28 191.61 129.94 -
System Red Green Blue C M Y K H S L
Decimal 76 50 186 0.59 0.73 0 0.27 251.47 0.58 0.46
Hex 4C 32 BA 3B 49 0 1B FB 3A 2E
Octal 114 62 272 73 111 0 33 373 72 56
Binary 1001100 110010 10111010 111011 1001001 0 11011 11111011 111010 101110

Color Harmonies of #4C32BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C32BA

Black with #4C32BA

Text Example


Text Example

White with #4C32BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,50,186); }

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

background-color css

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

 a { background-color: rgb(76,50,186); }

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

border-color css

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

 span { border-color: rgb(76,50,186); }

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