Html Css Color HEX #4912D0 Purple Heart

📋 copy color: '#4912D0'

red 73 ◦ green 18 ◦ blue 208

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

Shades of Purple Heart #4912D0

Tints of Purple Heart #4912D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 69.57%

R = 24.41%
G = 6.02%
B = 69.57%

CMYK

 C value IS 0.65

 M value IS 0.91

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#4912D0 (or 0x4912D0) is known color: Purple Heart. HEX triplet: 49, 12 and D0. RGB value is (73,18,208). Sum of RGB (Red+Green+Blue) = 73+18+208=299 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.41% from 299); Green value is 18 (7.42% from 255 or 6.02% from 299); Blue value is 208 (81.64% from 255 or 69.57% from 299); Max value from RGB is 208 - color contains mainly: blue. Hex color #4912D0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4912D0 is #B6ED2F. Grayscale: #373737. Windows color (decimal): -11988272 or 13636169. OLE color: 13636169.

HSL color Cylindrical-coordinate representation of color #4912D0: hue angle of 257.37º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4912D0 is Cyan = 0.65, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 73 18 208 -
CMYK 0.65 0.91 0 0.18
HSL 257.37º 0.84% 0.44% -
HSV(B) 257.37º 0.91% 0.82% -
XYZ 14.35 6.4 60.15 -
YUV 56.11 213.72 140.05 -
System Red Green Blue C M Y K H S L
Decimal 73 18 208 0.65 0.91 0 0.18 257.37 0.84 0.44
Hex 49 12 D0 41 5B 0 12 101 54 2C
Octal 111 22 320 101 133 0 22 401 124 54
Binary 1001001 10010 11010000 1000001 1011011 0 10010 100000001 1010100 101100

Color Harmonies of #4912D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4912D0

Black with #4912D0

Text Example


Text Example

White with #4912D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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