Html Css Color HEX #4D12C8 Purple Heart

📋 copy color: '#4D12C8'

red 77 ◦ green 18 ◦ blue 200

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

Shades of Purple Heart #4D12C8

Tints of Purple Heart #4D12C8

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.1%

 BLUE value IS 200 (78.52% from 255) = 67.8%

R = 26.1%
G = 6.1%
B = 67.8%

CMYK

 C value IS 0.62

 M value IS 0.91

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#4D12C8 (or 0x4D12C8) is known color: Purple Heart. HEX triplet: 4D, 12 and C8. RGB value is (77,18,200). Sum of RGB (Red+Green+Blue) = 77+18+200=295 (39% of max value = 765). Red value is 77 (30.47% from 255 or 26.10% from 295); Green value is 18 (7.42% from 255 or 6.10% from 295); Blue value is 200 (78.52% from 255 or 67.80% from 295); Max value from RGB is 200 - color contains mainly: blue. Hex color #4D12C8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D12C8 is #B2ED37. Grayscale: #373737. Windows color (decimal): -11726136 or 13111885. OLE color: 13111885.

HSL color Cylindrical-coordinate representation of color #4D12C8: hue angle of 259.45º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4D12C8 is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 77 18 200 -
CMYK 0.62 0.91 0 0.22
HSL 259.45º 0.83% 0.43% -
HSV(B) 259.45º 0.91% 0.78% -
XYZ 13.7 6.18 55.11 -
YUV 56.39 209.05 142.7 -
System Red Green Blue C M Y K H S L
Decimal 77 18 200 0.62 0.91 0 0.22 259.45 0.83 0.43
Hex 4D 12 C8 3E 5B 0 16 103 53 2B
Octal 115 22 310 76 133 0 26 403 123 53
Binary 1001101 10010 11001000 111110 1011011 0 10110 100000011 1010011 101011

Color Harmonies of #4D12C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D12C8

Black with #4D12C8

Text Example


Text Example

White with #4D12C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,18,200); }

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

background-color css

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

 a { background-color: rgb(77,18,200); }

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

border-color css

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

 span { border-color: rgb(77,18,200); }

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