Html Css Color HEX #4912B3 Purple Heart

📋 copy color: '#4912B3'

red 73 ◦ green 18 ◦ blue 179

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

Shades of Purple Heart #4912B3

Tints of Purple Heart #4912B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 66.3%

R = 27.04%
G = 6.67%
B = 66.3%

CMYK

 C value IS 0.59

 M value IS 0.90

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#4912B3 (or 0x4912B3) is known color: Purple Heart. HEX triplet: 49, 12 and B3. RGB value is (73,18,179). Sum of RGB (Red+Green+Blue) = 73+18+179=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 179 (70.31% from 255 or 66.30% from 270); Max value from RGB is 179 - color contains mainly: blue. Hex color #4912B3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4912B3 is #B6ED4C. Grayscale: #343434. Windows color (decimal): -11988301 or 11735625. OLE color: 11735625.

HSL color Cylindrical-coordinate representation of color #4912B3: hue angle of 260.5º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4912B3 is Cyan = 0.59, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 73 18 179 -
CMYK 0.59 0.90 0 0.30
HSL 260.5º 0.82% 0.39% -
HSV(B) 260.5º 0.9% 0.7% -
XYZ 11.1 5.1 43.05 -
YUV 52.8 199.22 142.41 -
System Red Green Blue C M Y K H S L
Decimal 73 18 179 0.59 0.90 0 0.30 260.5 0.82 0.39
Hex 49 12 B3 3B 5A 0 1E 104 52 27
Octal 111 22 263 73 132 0 36 404 122 47
Binary 1001001 10010 10110011 111011 1011010 0 11110 100000100 1010010 100111

Color Harmonies of #4912B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4912B3

Black with #4912B3

Text Example


Text Example

White with #4912B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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