Html Css Color HEX #4D18CF Purple Heart

📋 copy color: '#4D18CF'

red 77 ◦ green 24 ◦ blue 207

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

Shades of Purple Heart #4D18CF

Tints of Purple Heart #4D18CF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.79%

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

R = 25%
G = 7.79%
B = 67.21%

CMYK

 C value IS 0.63

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4D18CF (or 0x4D18CF) is known color: Purple Heart. HEX triplet: 4D, 18 and CF. RGB value is (77,24,207). Sum of RGB (Red+Green+Blue) = 77+24+207=308 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25% from 308); Green value is 24 (9.77% from 255 or 7.79% from 308); Blue value is 207 (81.25% from 255 or 67.21% from 308); Max value from RGB is 207 - color contains mainly: blue. Hex color #4D18CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D18CF is #B2E730. Grayscale: #3C3C3C. Windows color (decimal): -11724593 or 13572173. OLE color: 13572173.

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

Color convert

RGB 77 24 207 -
CMYK 0.63 0.88 0 0.19
HSL 257.38º 0.79% 0.45% -
HSV(B) 257.38º 0.88% 0.81% -
XYZ 14.65 6.74 59.56 -
YUV 60.71 210.56 139.62 -
System Red Green Blue C M Y K H S L
Decimal 77 24 207 0.63 0.88 0 0.19 257.38 0.79 0.45
Hex 4D 18 CF 3F 58 0 13 101 4F 2D
Octal 115 30 317 77 130 0 23 401 117 55
Binary 1001101 11000 11001111 111111 1011000 0 10011 100000001 1001111 101101

Color Harmonies of #4D18CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D18CF

Black with #4D18CF

Text Example


Text Example

White with #4D18CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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