Html Css Color HEX #4C2DBC Purple Heart

📋 copy color: '#4C2DBC'

red 76 ◦ green 45 ◦ blue 188

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

Shades of Purple Heart #4C2DBC

Tints of Purple Heart #4C2DBC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.56%

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

R = 24.6%
G = 14.56%
B = 60.84%

CMYK

 C value IS 0.60

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4C2DBC (or 0x4C2DBC) is known color: Purple Heart. HEX triplet: 4C, 2D and BC. RGB value is (76,45,188). Sum of RGB (Red+Green+Blue) = 76+45+188=309 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.60% from 309); Green value is 45 (17.97% from 255 or 14.56% from 309); Blue value is 188 (73.83% from 255 or 60.84% from 309); Max value from RGB is 188 - color contains mainly: blue. Hex color #4C2DBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C2DBC is #B3D243. Grayscale: #464646. Windows color (decimal): -11784772 or 12332364. OLE color: 12332364.

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

Color convert

RGB 76 45 188 -
CMYK 0.60 0.76 0 0.26
HSL 253.01º 0.61% 0.46% -
HSV(B) 253.01º 0.76% 0.74% -
XYZ 13 7.04 48.25 -
YUV 70.57 194.27 131.87 -
System Red Green Blue C M Y K H S L
Decimal 76 45 188 0.60 0.76 0 0.26 253.01 0.61 0.46
Hex 4C 2D BC 3C 4C 0 1A FD 3D 2E
Octal 114 55 274 74 114 0 32 375 75 56
Binary 1001100 101101 10111100 111100 1001100 0 11010 11111101 111101 101110

Color Harmonies of #4C2DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2DBC

Black with #4C2DBC

Text Example


Text Example

White with #4C2DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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