Html Css Color HEX #4D12CE Purple Heart

📋 copy color: '#4D12CE'

red 77 ◦ green 18 ◦ blue 206

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

Shades of Purple Heart #4D12CE

Tints of Purple Heart #4D12CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 68.44%

R = 25.58%
G = 5.98%
B = 68.44%

CMYK

 C value IS 0.63

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4D12CE (or 0x4D12CE) is known color: Purple Heart. HEX triplet: 4D, 12 and CE. RGB value is (77,18,206). Sum of RGB (Red+Green+Blue) = 77+18+206=301 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.58% from 301); Green value is 18 (7.42% from 255 or 5.98% from 301); Blue value is 206 (80.86% from 255 or 68.44% from 301); Max value from RGB is 206 - color contains mainly: blue. Hex color #4D12CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D12CE is #B2ED31. Grayscale: #383838. Windows color (decimal): -11726130 or 13505101. OLE color: 13505101.

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

Color convert

RGB 77 18 206 -
CMYK 0.63 0.91 0 0.19
HSL 258.83º 0.84% 0.44% -
HSV(B) 258.83º 0.91% 0.81% -
XYZ 14.42 6.47 58.88 -
YUV 57.07 212.05 142.21 -
System Red Green Blue C M Y K H S L
Decimal 77 18 206 0.63 0.91 0 0.19 258.83 0.84 0.44
Hex 4D 12 CE 3F 5B 0 13 103 54 2C
Octal 115 22 316 77 133 0 23 403 124 54
Binary 1001101 10010 11001110 111111 1011011 0 10011 100000011 1010100 101100

Color Harmonies of #4D12CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D12CE

Black with #4D12CE

Text Example


Text Example

White with #4D12CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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