Html Css Color HEX #4C2DB3 Purple Heart

📋 copy color: '#4C2DB3'

red 76 ◦ green 45 ◦ blue 179

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

Shades of Purple Heart #4C2DB3

Tints of Purple Heart #4C2DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 59.67%

R = 25.33%
G = 15%
B = 59.67%

CMYK

 C value IS 0.58

 M value IS 0.75

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#4C2DB3 (or 0x4C2DB3) is known color: Purple Heart. HEX triplet: 4C, 2D and B3. RGB value is (76,45,179). Sum of RGB (Red+Green+Blue) = 76+45+179=300 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.33% from 300); Green value is 45 (17.97% from 255 or 15% from 300); Blue value is 179 (70.31% from 255 or 59.67% from 300); Max value from RGB is 179 - color contains mainly: blue. Hex color #4C2DB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C2DB3 is #B3D24C. Grayscale: #454545. Windows color (decimal): -11784781 or 11742540. OLE color: 11742540.

HSL color Cylindrical-coordinate representation of color #4C2DB3: hue angle of 253.88º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4C2DB3 is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 76 45 179 -
CMYK 0.58 0.75 0 0.30
HSL 253.88º 0.6% 0.44% -
HSV(B) 253.88º 0.75% 0.7% -
XYZ 12.06 6.67 43.3 -
YUV 69.55 189.77 132.6 -
System Red Green Blue C M Y K H S L
Decimal 76 45 179 0.58 0.75 0 0.30 253.88 0.6 0.44
Hex 4C 2D B3 3A 4B 0 1E FE 3C 2C
Octal 114 55 263 72 113 0 36 376 74 54
Binary 1001100 101101 10110011 111010 1001011 0 11110 11111110 111100 101100

Color Harmonies of #4C2DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2DB3

Black with #4C2DB3

Text Example


Text Example

White with #4C2DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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