Html Css Color HEX #4D20CF Purple Heart

📋 copy color: '#4D20CF'

red 77 ◦ green 32 ◦ blue 207

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

Shades of Purple Heart #4D20CF

Tints of Purple Heart #4D20CF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.13%

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

R = 24.37%
G = 10.13%
B = 65.51%

CMYK

 C value IS 0.63

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4D20CF (or 0x4D20CF) is known color: Purple Heart. HEX triplet: 4D, 20 and CF. RGB value is (77,32,207). Sum of RGB (Red+Green+Blue) = 77+32+207=316 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.37% from 316); Green value is 32 (12.89% from 255 or 10.13% from 316); Blue value is 207 (81.25% from 255 or 65.51% from 316); Max value from RGB is 207 - color contains mainly: blue. Hex color #4D20CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D20CF is #B2DF30. Grayscale: #404040. Windows color (decimal): -11722545 or 13574221. OLE color: 13574221.

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

Color convert

RGB 77 32 207 -
CMYK 0.63 0.85 0 0.19
HSL 255.43º 0.73% 0.47% -
HSV(B) 255.43º 0.85% 0.81% -
XYZ 14.84 7.12 59.62 -
YUV 65.41 207.91 136.27 -
System Red Green Blue C M Y K H S L
Decimal 77 32 207 0.63 0.85 0 0.19 255.43 0.73 0.47
Hex 4D 20 CF 3F 55 0 13 FF 49 2F
Octal 115 40 317 77 125 0 23 377 111 57
Binary 1001101 100000 11001111 111111 1010101 0 10011 11111111 1001001 101111

Color Harmonies of #4D20CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D20CF

Black with #4D20CF

Text Example


Text Example

White with #4D20CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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