Html Css Color HEX #4C32BC Purple Heart

📋 copy color: '#4C32BC'

red 76 ◦ green 50 ◦ blue 188

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

Shades of Purple Heart #4C32BC

Tints of Purple Heart #4C32BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 59.87%

R = 24.2%
G = 15.92%
B = 59.87%

CMYK

 C value IS 0.60

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4C32BC (or 0x4C32BC) is known color: Purple Heart. HEX triplet: 4C, 32 and BC. RGB value is (76,50,188). Sum of RGB (Red+Green+Blue) = 76+50+188=314 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.20% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 188 (73.83% from 255 or 59.87% from 314); Max value from RGB is 188 - color contains mainly: blue. Hex color #4C32BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C32BC is #B3CD43. Grayscale: #484848. Windows color (decimal): -11783492 or 12333644. OLE color: 12333644.

HSL color Cylindrical-coordinate representation of color #4C32BC: hue angle of 251.3º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4C32BC is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 76 50 188 -
CMYK 0.60 0.73 0 0.26
HSL 251.3º 0.58% 0.47% -
HSV(B) 251.3º 0.73% 0.74% -
XYZ 13.2 7.45 48.32 -
YUV 73.51 192.61 129.78 -
System Red Green Blue C M Y K H S L
Decimal 76 50 188 0.60 0.73 0 0.26 251.3 0.58 0.47
Hex 4C 32 BC 3C 49 0 1A FB 3A 2F
Octal 114 62 274 74 111 0 32 373 72 57
Binary 1001100 110010 10111100 111100 1001001 0 11010 11111011 111010 101111

Color Harmonies of #4C32BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C32BC

Black with #4C32BC

Text Example


Text Example

White with #4C32BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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