Html Css Color HEX #4912BC Purple Heart

📋 copy color: '#4912BC'

red 73 ◦ green 18 ◦ blue 188

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

Shades of Purple Heart #4912BC

Tints of Purple Heart #4912BC

RGB

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

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

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

R = 26.16%
G = 6.45%
B = 67.38%

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

#4912BC (or 0x4912BC) is known color: Purple Heart. HEX triplet: 49, 12 and BC. RGB value is (73,18,188). Sum of RGB (Red+Green+Blue) = 73+18+188=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 18 (7.42% from 255 or 6.45% from 279); Blue value is 188 (73.83% from 255 or 67.38% from 279); Max value from RGB is 188 - color contains mainly: blue. Hex color #4912BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4912BC is #B6ED43. Grayscale: #353535. Windows color (decimal): -11988292 or 12325449. OLE color: 12325449.

HSL color Cylindrical-coordinate representation of color #4912BC: hue angle of 259.41º 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 #4912BC is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 73 18 188 -
CMYK 0.61 0.90 0 0.26
HSL 259.41º 0.83% 0.4% -
HSV(B) 259.41º 0.9% 0.74% -
XYZ 12.04 5.48 48 -
YUV 53.83 203.72 141.68 -
System Red Green Blue C M Y K H S L
Decimal 73 18 188 0.61 0.90 0 0.26 259.41 0.83 0.4
Hex 49 12 BC 3D 5A 0 1A 103 53 28
Octal 111 22 274 75 132 0 32 403 123 50
Binary 1001001 10010 10111100 111101 1011010 0 11010 100000011 1010011 101000

Color Harmonies of #4912BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4912BC

Black with #4912BC

Text Example


Text Example

White with #4912BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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