Html Css Color HEX #4932CD Purple Heart

📋 copy color: '#4932CD'

red 73 ◦ green 50 ◦ blue 205

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

Shades of Purple Heart #4932CD

Tints of Purple Heart #4932CD

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.24%

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

R = 22.26%
G = 15.24%
B = 62.5%

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

#4932CD (or 0x4932CD) is known color: Purple Heart. HEX triplet: 49, 32 and CD. RGB value is (73,50,205). Sum of RGB (Red+Green+Blue) = 73+50+205=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 205 (80.47% from 255 or 62.5% from 328); Max value from RGB is 205 - color contains mainly: blue. Hex color #4932CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4932CD is #B6CD32. Grayscale: #494949. Windows color (decimal): -11980083 or 13447753. OLE color: 13447753.

HSL color Cylindrical-coordinate representation of color #4932CD: hue angle of 248.9º 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 #4932CD is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 73 50 205 -
CMYK 0.64 0.76 0 0.20
HSL 248.9º 0.61% 0.5% -
HSV(B) 248.9º 0.76% 0.8% -
XYZ 14.91 8.11 58.54 -
YUV 74.55 201.62 126.9 -
System Red Green Blue C M Y K H S L
Decimal 73 50 205 0.64 0.76 0 0.20 248.9 0.61 0.5
Hex 49 32 CD 40 4C 0 14 F9 3D 32
Octal 111 62 315 100 114 0 24 371 75 62
Binary 1001001 110010 11001101 1000000 1001100 0 10100 11111001 111101 110010

Color Harmonies of #4932CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4932CD

Black with #4932CD

Text Example


Text Example

White with #4932CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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