Html Css Color HEX #4912BD Purple Heart

📋 copy color: '#4912BD'

red 73 ◦ green 18 ◦ blue 189

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

Shades of Purple Heart #4912BD

Tints of Purple Heart #4912BD

RGB

 RED value IS 73 (28.91% from 255) = 26.07%

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

 BLUE value IS 189 (74.22% from 255) = 67.5%

R = 26.07%
G = 6.43%
B = 67.5%

CMYK

 C value IS 0.61

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4912BD (or 0x4912BD) is known color: Purple Heart. HEX triplet: 49, 12 and BD. RGB value is (73,18,189). Sum of RGB (Red+Green+Blue) = 73+18+189=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 189 (74.22% from 255 or 67.5% from 280); Max value from RGB is 189 - color contains mainly: blue. Hex color #4912BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4912BD is #B6ED42. Grayscale: #353535. Windows color (decimal): -11988291 or 12390985. OLE color: 12390985.

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

Color convert

RGB 73 18 189 -
CMYK 0.61 0.90 0 0.26
HSL 259.3º 0.83% 0.41% -
HSV(B) 259.3º 0.9% 0.74% -
XYZ 12.15 5.52 48.57 -
YUV 53.94 204.22 141.6 -
System Red Green Blue C M Y K H S L
Decimal 73 18 189 0.61 0.90 0 0.26 259.3 0.83 0.41
Hex 49 12 BD 3D 5A 0 1A 103 53 29
Octal 111 22 275 75 132 0 32 403 123 51
Binary 1001001 10010 10111101 111101 1011010 0 11010 100000011 1010011 101001

Color Harmonies of #4912BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4912BD

Black with #4912BD

Text Example


Text Example

White with #4912BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4912BD; }

 p { color: rgb(73,18,189); }

 H1.HeaderClassName
 {
   color: #4912BD;
 }
 .AnyTagClassName
 {
   color: #4912BD;
 }
</style>

background-color css

<style>
 a { background-color: #4912BD; }

 a { background-color: rgb(73,18,189); }

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

border-color css

<style>
 span { border-color: #4912BD; }

 span { border-color: rgb(73,18,189); }

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