Html Css Color HEX #4932CA Purple Heart

📋 copy color: '#4932CA'

red 73 ◦ green 50 ◦ blue 202

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

Shades of Purple Heart #4932CA

Tints of Purple Heart #4932CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 62.15%

R = 22.46%
G = 15.38%
B = 62.15%

CMYK

 C value IS 0.64

 M value IS 0.75

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4932CA (or 0x4932CA) is known color: Purple Heart. HEX triplet: 49, 32 and CA. RGB value is (73,50,202). Sum of RGB (Red+Green+Blue) = 73+50+202=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 50 (19.92% from 255 or 15.38% from 325); Blue value is 202 (79.30% from 255 or 62.15% from 325); Max value from RGB is 202 - color contains mainly: blue. Hex color #4932CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4932CA is #B6CD35. Grayscale: #494949. Windows color (decimal): -11980086 or 13251145. OLE color: 13251145.

HSL color Cylindrical-coordinate representation of color #4932CA: hue angle of 249.08º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4932CA is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 73 50 202 -
CMYK 0.64 0.75 0 0.21
HSL 249.08º 0.6% 0.49% -
HSV(B) 249.08º 0.75% 0.79% -
XYZ 14.55 7.96 56.65 -
YUV 74.21 200.12 127.14 -
System Red Green Blue C M Y K H S L
Decimal 73 50 202 0.64 0.75 0 0.21 249.08 0.6 0.49
Hex 49 32 CA 40 4B 0 15 F9 3C 31
Octal 111 62 312 100 113 0 25 371 74 61
Binary 1001001 110010 11001010 1000000 1001011 0 10101 11111001 111100 110001

Color Harmonies of #4932CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4932CA

Black with #4932CA

Text Example


Text Example

White with #4932CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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