Html Css Color HEX #4932CF Purple Heart

📋 copy color: '#4932CF'

red 73 ◦ green 50 ◦ blue 207

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

Shades of Purple Heart #4932CF

Tints of Purple Heart #4932CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 62.73%

R = 22.12%
G = 15.15%
B = 62.73%

CMYK

 C value IS 0.65

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4932CF (or 0x4932CF) is known color: Purple Heart. HEX triplet: 49, 32 and CF. RGB value is (73,50,207). Sum of RGB (Red+Green+Blue) = 73+50+207=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 50 (19.92% from 255 or 15.15% from 330); Blue value is 207 (81.25% from 255 or 62.73% from 330); Max value from RGB is 207 - color contains mainly: blue. Hex color #4932CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4932CF is #B6CD30. Grayscale: #4A4A4A. Windows color (decimal): -11980081 or 13578825. OLE color: 13578825.

HSL color Cylindrical-coordinate representation of color #4932CF: hue angle of 248.79º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4932CF is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 50 207 -
CMYK 0.65 0.76 0 0.19
HSL 248.79º 0.62% 0.5% -
HSV(B) 248.79º 0.76% 0.81% -
XYZ 15.15 8.2 59.82 -
YUV 74.78 202.62 126.73 -
System Red Green Blue C M Y K H S L
Decimal 73 50 207 0.65 0.76 0 0.19 248.79 0.62 0.5
Hex 49 32 CF 41 4C 0 13 F9 3E 32
Octal 111 62 317 101 114 0 23 371 76 62
Binary 1001001 110010 11001111 1000001 1001100 0 10011 11111001 111110 110010

Color Harmonies of #4932CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4932CF

Black with #4932CF

Text Example


Text Example

White with #4932CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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