Html Css Color HEX #4919CD Purple Heart

📋 copy color: '#4919CD'

red 73 ◦ green 25 ◦ blue 205

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

Shades of Purple Heart #4919CD

Tints of Purple Heart #4919CD

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.25%

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

R = 24.09%
G = 8.25%
B = 67.66%

CMYK

 C value IS 0.64

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4919CD (or 0x4919CD) is known color: Purple Heart. HEX triplet: 49, 19 and CD. RGB value is (73,25,205). Sum of RGB (Red+Green+Blue) = 73+25+205=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 25 (10.16% from 255 or 8.25% from 303); Blue value is 205 (80.47% from 255 or 67.66% from 303); Max value from RGB is 205 - color contains mainly: blue. Hex color #4919CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4919CD is #B6E632. Grayscale: #3B3B3B. Windows color (decimal): -11986483 or 13441353. OLE color: 13441353.

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

Color convert

RGB 73 25 205 -
CMYK 0.64 0.88 0 0.20
HSL 256º 0.78% 0.45% -
HSV(B) 256º 0.88% 0.8% -
XYZ 14.11 6.52 58.27 -
YUV 59.87 209.9 137.36 -
System Red Green Blue C M Y K H S L
Decimal 73 25 205 0.64 0.88 0 0.20 256 0.78 0.45
Hex 49 19 CD 40 58 0 14 100 4E 2D
Octal 111 31 315 100 130 0 24 400 116 55
Binary 1001001 11001 11001101 1000000 1011000 0 10100 100000000 1001110 101101

Color Harmonies of #4919CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4919CD

Black with #4919CD

Text Example


Text Example

White with #4919CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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