Html Css Color HEX #4916CD Purple Heart

📋 copy color: '#4916CD'

red 73 ◦ green 22 ◦ blue 205

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

Shades of Purple Heart #4916CD

Tints of Purple Heart #4916CD

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.33%

 BLUE value IS 205 (80.47% from 255) = 68.33%

R = 24.33%
G = 7.33%
B = 68.33%

CMYK

 C value IS 0.64

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4916CD (or 0x4916CD) is known color: Purple Heart. HEX triplet: 49, 16 and CD. RGB value is (73,22,205). Sum of RGB (Red+Green+Blue) = 73+22+205=300 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.33% from 300); Green value is 22 (8.98% from 255 or 7.33% from 300); Blue value is 205 (80.47% from 255 or 68.33% from 300); Max value from RGB is 205 - color contains mainly: blue. Hex color #4916CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4916CD is #B6E932. Grayscale: #393939. Windows color (decimal): -11987251 or 13440585. OLE color: 13440585.

HSL color Cylindrical-coordinate representation of color #4916CD: hue angle of 256.72º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4916CD is Cyan = 0.64, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 73 22 205 -
CMYK 0.64 0.89 0 0.20
HSL 256.72º 0.81% 0.45% -
HSV(B) 256.72º 0.89% 0.8% -
XYZ 14.05 6.4 58.25 -
YUV 58.11 210.9 138.62 -
System Red Green Blue C M Y K H S L
Decimal 73 22 205 0.64 0.89 0 0.20 256.72 0.81 0.45
Hex 49 16 CD 40 59 0 14 101 51 2D
Octal 111 26 315 100 131 0 24 401 121 55
Binary 1001001 10110 11001101 1000000 1011001 0 10100 100000001 1010001 101101

Color Harmonies of #4916CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4916CD

Black with #4916CD

Text Example


Text Example

White with #4916CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4916CD; }

 p { color: rgb(73,22,205); }

 H1.HeaderClassName
 {
   color: #4916CD;
 }
 .AnyTagClassName
 {
   color: #4916CD;
 }
</style>

background-color css

<style>
 a { background-color: #4916CD; }

 a { background-color: rgb(73,22,205); }

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

border-color css

<style>
 span { border-color: #4916CD; }

 span { border-color: rgb(73,22,205); }

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