Html Css Color HEX #4D37CD Purple Heart

📋 copy color: '#4D37CD'

red 77 ◦ green 55 ◦ blue 205

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

Shades of Purple Heart #4D37CD

Tints of Purple Heart #4D37CD

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.32%

 BLUE value IS 205 (80.47% from 255) = 60.83%

R = 22.85%
G = 16.32%
B = 60.83%

CMYK

 C value IS 0.62

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4D37CD (or 0x4D37CD) is known color: Purple Heart. HEX triplet: 4D, 37 and CD. RGB value is (77,55,205). Sum of RGB (Red+Green+Blue) = 77+55+205=337 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.85% from 337); Green value is 55 (21.88% from 255 or 16.32% from 337); Blue value is 205 (80.47% from 255 or 60.83% from 337); Max value from RGB is 205 - color contains mainly: blue. Hex color #4D37CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D37CD is #B2C832. Grayscale: #4E4E4E. Windows color (decimal): -11716659 or 13449037. OLE color: 13449037.

HSL color Cylindrical-coordinate representation of color #4D37CD: hue angle of 248.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4D37CD is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 77 55 205 -
CMYK 0.62 0.73 0 0.20
HSL 248.8º 0.6% 0.51% -
HSV(B) 248.8º 0.73% 0.8% -
XYZ 15.45 8.72 58.63 -
YUV 78.68 199.29 126.8 -
System Red Green Blue C M Y K H S L
Decimal 77 55 205 0.62 0.73 0 0.20 248.8 0.6 0.51
Hex 4D 37 CD 3E 49 0 14 F9 3C 33
Octal 115 67 315 76 111 0 24 371 74 63
Binary 1001101 110111 11001101 111110 1001001 0 10100 11111001 111100 110011

Color Harmonies of #4D37CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D37CD

Black with #4D37CD

Text Example


Text Example

White with #4D37CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,55,205); }

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

background-color css

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

 a { background-color: rgb(77,55,205); }

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

border-color css

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

 span { border-color: rgb(77,55,205); }

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