Html Css Color HEX #4D12BC Purple Heart

📋 copy color: '#4D12BC'

red 77 ◦ green 18 ◦ blue 188

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

Shades of Purple Heart #4D12BC

Tints of Purple Heart #4D12BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 66.43%

R = 27.21%
G = 6.36%
B = 66.43%

CMYK

 C value IS 0.59

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4D12BC (or 0x4D12BC) is known color: Purple Heart. HEX triplet: 4D, 12 and BC. RGB value is (77,18,188). Sum of RGB (Red+Green+Blue) = 77+18+188=283 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.21% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 188 (73.83% from 255 or 66.43% from 283); Max value from RGB is 188 - color contains mainly: blue. Hex color #4D12BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D12BC is #B2ED43. Grayscale: #363636. Windows color (decimal): -11726148 or 12325453. OLE color: 12325453.

HSL color Cylindrical-coordinate representation of color #4D12BC: hue angle of 260.82º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D12BC is Cyan = 0.59, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 77 18 188 -
CMYK 0.59 0.90 0 0.26
HSL 260.82º 0.83% 0.4% -
HSV(B) 260.82º 0.9% 0.74% -
XYZ 12.35 5.64 48.01 -
YUV 55.02 203.05 143.68 -
System Red Green Blue C M Y K H S L
Decimal 77 18 188 0.59 0.90 0 0.26 260.82 0.83 0.4
Hex 4D 12 BC 3B 5A 0 1A 105 53 28
Octal 115 22 274 73 132 0 32 405 123 50
Binary 1001101 10010 10111100 111011 1011010 0 11010 100000101 1010011 101000

Color Harmonies of #4D12BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D12BC

Black with #4D12BC

Text Example


Text Example

White with #4D12BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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