Html Css Color HEX #4C2EBE Purple Heart

📋 copy color: '#4C2EBE'

red 76 ◦ green 46 ◦ blue 190

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

Shades of Purple Heart #4C2EBE

Tints of Purple Heart #4C2EBE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.74%

 BLUE value IS 190 (74.61% from 255) = 60.9%

R = 24.36%
G = 14.74%
B = 60.9%

CMYK

 C value IS 0.60

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4C2EBE (or 0x4C2EBE) is known color: Purple Heart. HEX triplet: 4C, 2E and BE. RGB value is (76,46,190). Sum of RGB (Red+Green+Blue) = 76+46+190=312 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.36% from 312); Green value is 46 (18.36% from 255 or 14.74% from 312); Blue value is 190 (74.61% from 255 or 60.90% from 312); Max value from RGB is 190 - color contains mainly: blue. Hex color #4C2EBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C2EBE is #B3D141. Grayscale: #464646. Windows color (decimal): -11784514 or 12463692. OLE color: 12463692.

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

Color convert

RGB 76 46 190 -
CMYK 0.60 0.76 0 0.25
HSL 252.5º 0.61% 0.46% -
HSV(B) 252.5º 0.76% 0.75% -
XYZ 13.25 7.21 49.41 -
YUV 71.39 194.94 131.29 -
System Red Green Blue C M Y K H S L
Decimal 76 46 190 0.60 0.76 0 0.25 252.5 0.61 0.46
Hex 4C 2E BE 3C 4C 0 19 FD 3D 2E
Octal 114 56 276 74 114 0 31 375 75 56
Binary 1001100 101110 10111110 111100 1001100 0 11001 11111101 111101 101110

Color Harmonies of #4C2EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2EBE

Black with #4C2EBE

Text Example


Text Example

White with #4C2EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,46,190); }

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

background-color css

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

 a { background-color: rgb(76,46,190); }

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

border-color css

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

 span { border-color: rgb(76,46,190); }

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