Html Css Color HEX #4D1ACD Purple Heart

📋 copy color: '#4D1ACD'

red 77 ◦ green 26 ◦ blue 205

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

Shades of Purple Heart #4D1ACD

Tints of Purple Heart #4D1ACD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.44%

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

R = 25%
G = 8.44%
B = 66.56%

CMYK

 C value IS 0.62

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4D1ACD (or 0x4D1ACD) is known color: Purple Heart. HEX triplet: 4D, 1A and CD. RGB value is (77,26,205). Sum of RGB (Red+Green+Blue) = 77+26+205=308 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25% from 308); Green value is 26 (10.55% from 255 or 8.44% from 308); Blue value is 205 (80.47% from 255 or 66.56% from 308); Max value from RGB is 205 - color contains mainly: blue. Hex color #4D1ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D1ACD is #B2E532. Grayscale: #3C3C3C. Windows color (decimal): -11724083 or 13441613. OLE color: 13441613.

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

Color convert

RGB 77 26 205 -
CMYK 0.62 0.87 0 0.20
HSL 257.1º 0.77% 0.45% -
HSV(B) 257.1º 0.87% 0.8% -
XYZ 14.45 6.72 58.29 -
YUV 61.66 208.9 138.95 -
System Red Green Blue C M Y K H S L
Decimal 77 26 205 0.62 0.87 0 0.20 257.1 0.77 0.45
Hex 4D 1A CD 3E 57 0 14 101 4D 2D
Octal 115 32 315 76 127 0 24 401 115 55
Binary 1001101 11010 11001101 111110 1010111 0 10100 100000001 1001101 101101

Color Harmonies of #4D1ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1ACD

Black with #4D1ACD

Text Example


Text Example

White with #4D1ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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