Html Css Color HEX #4D2CCF Purple Heart

📋 copy color: '#4D2CCF'

red 77 ◦ green 44 ◦ blue 207

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

Shades of Purple Heart #4D2CCF

Tints of Purple Heart #4D2CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 63.11%

R = 23.48%
G = 13.41%
B = 63.11%

CMYK

 C value IS 0.63

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4D2CCF (or 0x4D2CCF) is known color: Purple Heart. HEX triplet: 4D, 2C and CF. RGB value is (77,44,207). Sum of RGB (Red+Green+Blue) = 77+44+207=328 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.48% from 328); Green value is 44 (17.58% from 255 or 13.41% from 328); Blue value is 207 (81.25% from 255 or 63.11% from 328); Max value from RGB is 207 - color contains mainly: blue. Hex color #4D2CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D2CCF is #B2D330. Grayscale: #474747. Windows color (decimal): -11719473 or 13577293. OLE color: 13577293.

HSL color Cylindrical-coordinate representation of color #4D2CCF: hue angle of 252.15º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4D2CCF is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 77 44 207 -
CMYK 0.63 0.79 0 0.19
HSL 252.15º 0.65% 0.49% -
HSV(B) 252.15º 0.79% 0.81% -
XYZ 15.22 7.88 59.75 -
YUV 72.45 203.93 131.25 -
System Red Green Blue C M Y K H S L
Decimal 77 44 207 0.63 0.79 0 0.19 252.15 0.65 0.49
Hex 4D 2C CF 3F 4F 0 13 FC 41 31
Octal 115 54 317 77 117 0 23 374 101 61
Binary 1001101 101100 11001111 111111 1001111 0 10011 11111100 1000001 110001

Color Harmonies of #4D2CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2CCF

Black with #4D2CCF

Text Example


Text Example

White with #4D2CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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