Html Css Color HEX #4931CD Purple Heart

📋 copy color: '#4931CD'

red 73 ◦ green 49 ◦ blue 205

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

Shades of Purple Heart #4931CD

Tints of Purple Heart #4931CD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.98%

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

R = 22.32%
G = 14.98%
B = 62.69%

CMYK

 C value IS 0.64

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4931CD (or 0x4931CD) is known color: Purple Heart. HEX triplet: 49, 31 and CD. RGB value is (73,49,205). Sum of RGB (Red+Green+Blue) = 73+49+205=327 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.32% from 327); Green value is 49 (19.53% from 255 or 14.98% from 327); Blue value is 205 (80.47% from 255 or 62.69% from 327); Max value from RGB is 205 - color contains mainly: blue. Hex color #4931CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4931CD is #B6CE32. Grayscale: #494949. Windows color (decimal): -11980339 or 13447497. OLE color: 13447497.

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

Color convert

RGB 73 49 205 -
CMYK 0.64 0.76 0 0.20
HSL 249.23º 0.61% 0.5% -
HSV(B) 249.23º 0.76% 0.8% -
XYZ 14.87 8.02 58.52 -
YUV 73.96 201.95 127.32 -
System Red Green Blue C M Y K H S L
Decimal 73 49 205 0.64 0.76 0 0.20 249.23 0.61 0.5
Hex 49 31 CD 40 4C 0 14 F9 3D 32
Octal 111 61 315 100 114 0 24 371 75 62
Binary 1001001 110001 11001101 1000000 1001100 0 10100 11111001 111101 110010

Color Harmonies of #4931CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4931CD

Black with #4931CD

Text Example


Text Example

White with #4931CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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