Html Css Color HEX #4D2FC0 Purple Heart

📋 copy color: '#4D2FC0'

red 77 ◦ green 47 ◦ blue 192

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

Shades of Purple Heart #4D2FC0

Tints of Purple Heart #4D2FC0

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.87%

 BLUE value IS 192 (75.39% from 255) = 60.76%

R = 24.37%
G = 14.87%
B = 60.76%

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

#4D2FC0 (or 0x4D2FC0) is known color: Purple Heart. HEX triplet: 4D, 2F and C0. RGB value is (77,47,192). Sum of RGB (Red+Green+Blue) = 77+47+192=316 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.37% from 316); Green value is 47 (18.75% from 255 or 14.87% from 316); Blue value is 192 (75.39% from 255 or 60.76% from 316); Max value from RGB is 192 - color contains mainly: blue. Hex color #4D2FC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D2FC0 is #B2D03F. Grayscale: #474747. Windows color (decimal): -11718720 or 12595021. OLE color: 12595021.

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

Color convert

RGB 77 47 192 -
CMYK 0.60 0.76 0 0.25
HSL 252.41º 0.61% 0.47% -
HSV(B) 252.41º 0.76% 0.75% -
XYZ 13.59 7.42 50.58 -
YUV 72.5 195.44 131.21 -
System Red Green Blue C M Y K H S L
Decimal 77 47 192 0.60 0.76 0 0.25 252.41 0.61 0.47
Hex 4D 2F C0 3C 4C 0 19 FC 3D 2F
Octal 115 57 300 74 114 0 31 374 75 57
Binary 1001101 101111 11000000 111100 1001100 0 11001 11111100 111101 101111

Color Harmonies of #4D2FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2FC0

Black with #4D2FC0

Text Example


Text Example

White with #4D2FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,47,192); }

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

background-color css

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

 a { background-color: rgb(77,47,192); }

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

border-color css

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

 span { border-color: rgb(77,47,192); }

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