Html Css Color HEX #4D3CBD Purple Heart

📋 copy color: '#4D3CBD'

red 77 ◦ green 60 ◦ blue 189

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

Shades of Purple Heart #4D3CBD

Tints of Purple Heart #4D3CBD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.4%

 BLUE value IS 189 (74.22% from 255) = 57.98%

R = 23.62%
G = 18.4%
B = 57.98%

CMYK

 C value IS 0.59

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4D3CBD (or 0x4D3CBD) is known color: Purple Heart. HEX triplet: 4D, 3C and BD. RGB value is (77,60,189). Sum of RGB (Red+Green+Blue) = 77+60+189=326 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.62% from 326); Green value is 60 (23.83% from 255 or 18.40% from 326); Blue value is 189 (74.22% from 255 or 57.98% from 326); Max value from RGB is 189 - color contains mainly: blue. Hex color #4D3CBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D3CBD is #B2C342. Grayscale: #4F4F4F. Windows color (decimal): -11715395 or 12401741. OLE color: 12401741.

HSL color Cylindrical-coordinate representation of color #4D3CBD: hue angle of 247.91º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D3CBD is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 77 60 189 -
CMYK 0.59 0.68 0 0.26
HSL 247.91º 0.52% 0.49% -
HSV(B) 247.91º 0.68% 0.74% -
XYZ 13.86 8.48 49.05 -
YUV 79.79 189.63 126.01 -
System Red Green Blue C M Y K H S L
Decimal 77 60 189 0.59 0.68 0 0.26 247.91 0.52 0.49
Hex 4D 3C BD 3B 44 0 1A F8 34 31
Octal 115 74 275 73 104 0 32 370 64 61
Binary 1001101 111100 10111101 111011 1000100 0 11010 11111000 110100 110001

Color Harmonies of #4D3CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3CBD

Black with #4D3CBD

Text Example


Text Example

White with #4D3CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,60,189); }

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

background-color css

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

 a { background-color: rgb(77,60,189); }

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

border-color css

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

 span { border-color: rgb(77,60,189); }

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