Html Css Color HEX #4D15CA Purple Heart

📋 copy color: '#4D15CA'

red 77 ◦ green 21 ◦ blue 202

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

Shades of Purple Heart #4D15CA

Tints of Purple Heart #4D15CA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7%

 BLUE value IS 202 (79.3% from 255) = 67.33%

R = 25.67%
G = 7%
B = 67.33%

CMYK

 C value IS 0.62

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4D15CA (or 0x4D15CA) is known color: Purple Heart. HEX triplet: 4D, 15 and CA. RGB value is (77,21,202). Sum of RGB (Red+Green+Blue) = 77+21+202=300 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.67% from 300); Green value is 21 (8.59% from 255 or 7% from 300); Blue value is 202 (79.30% from 255 or 67.33% from 300); Max value from RGB is 202 - color contains mainly: blue. Hex color #4D15CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D15CA is #B2EA35. Grayscale: #393939. Windows color (decimal): -11725366 or 13243725. OLE color: 13243725.

HSL color Cylindrical-coordinate representation of color #4D15CA: hue angle of 258.56º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D15CA is Cyan = 0.62, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 77 21 202 -
CMYK 0.62 0.90 0 0.21
HSL 258.56º 0.81% 0.44% -
HSV(B) 258.56º 0.9% 0.79% -
XYZ 13.99 6.38 56.37 -
YUV 58.38 209.05 141.28 -
System Red Green Blue C M Y K H S L
Decimal 77 21 202 0.62 0.90 0 0.21 258.56 0.81 0.44
Hex 4D 15 CA 3E 5A 0 15 103 51 2C
Octal 115 25 312 76 132 0 25 403 121 54
Binary 1001101 10101 11001010 111110 1011010 0 10101 100000011 1010001 101100

Color Harmonies of #4D15CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D15CA

Black with #4D15CA

Text Example


Text Example

White with #4D15CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,21,202); }

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

background-color css

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

 a { background-color: rgb(77,21,202); }

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

border-color css

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

 span { border-color: rgb(77,21,202); }

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