Html Css Color HEX #4D2CBF Purple Heart

📋 copy color: '#4D2CBF'

red 77 ◦ green 44 ◦ blue 191

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

Shades of Purple Heart #4D2CBF

Tints of Purple Heart #4D2CBF

RGB

 RED value IS 77 (30.47% from 255) = 24.68%

 GREEN value IS 44 (17.58% from 255) = 14.1%

 BLUE value IS 191 (75% from 255) = 61.22%

R = 24.68%
G = 14.1%
B = 61.22%

CMYK

 C value IS 0.60

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4D2CBF (or 0x4D2CBF) is known color: Purple Heart. HEX triplet: 4D, 2C and BF. RGB value is (77,44,191). Sum of RGB (Red+Green+Blue) = 77+44+191=312 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.68% from 312); Green value is 44 (17.58% from 255 or 14.10% from 312); Blue value is 191 (75% from 255 or 61.22% from 312); Max value from RGB is 191 - color contains mainly: blue. Hex color #4D2CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D2CBF is #B2D340. Grayscale: #464646. Windows color (decimal): -11719489 or 12528717. OLE color: 12528717.

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

Color convert

RGB 77 44 191 -
CMYK 0.60 0.77 0 0.25
HSL 253.47º 0.63% 0.46% -
HSV(B) 253.47º 0.77% 0.75% -
XYZ 13.37 7.14 49.96 -
YUV 70.63 195.93 132.55 -
System Red Green Blue C M Y K H S L
Decimal 77 44 191 0.60 0.77 0 0.25 253.47 0.63 0.46
Hex 4D 2C BF 3C 4D 0 19 FD 3F 2E
Octal 115 54 277 74 115 0 31 375 77 56
Binary 1001101 101100 10111111 111100 1001101 0 11001 11111101 111111 101110

Color Harmonies of #4D2CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2CBF

Black with #4D2CBF

Text Example


Text Example

White with #4D2CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,44,191); }

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

background-color css

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

 a { background-color: rgb(77,44,191); }

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

border-color css

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

 span { border-color: rgb(77,44,191); }

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