Html Css Color HEX #492DC1 Purple Heart

📋 copy color: '#492DC1'

red 73 ◦ green 45 ◦ blue 193

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

Shades of Purple Heart #492DC1

Tints of Purple Heart #492DC1

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.47%

 BLUE value IS 193 (75.78% from 255) = 62.06%

R = 23.47%
G = 14.47%
B = 62.06%

CMYK

 C value IS 0.62

 M value IS 0.77

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#492DC1 (or 0x492DC1) is known color: Purple Heart. HEX triplet: 49, 2D and C1. RGB value is (73,45,193). Sum of RGB (Red+Green+Blue) = 73+45+193=311 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.47% from 311); Green value is 45 (17.97% from 255 or 14.47% from 311); Blue value is 193 (75.78% from 255 or 62.06% from 311); Max value from RGB is 193 - color contains mainly: blue. Hex color #492DC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492DC1 is #B6D23E. Grayscale: #454545. Windows color (decimal): -11981375 or 12660041. OLE color: 12660041.

HSL color Cylindrical-coordinate representation of color #492DC1: hue angle of 251.35º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #492DC1 is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 73 45 193 -
CMYK 0.62 0.77 0 0.24
HSL 251.35º 0.62% 0.47% -
HSV(B) 251.35º 0.77% 0.76% -
XYZ 13.31 7.14 51.13 -
YUV 70.24 197.28 129.97 -
System Red Green Blue C M Y K H S L
Decimal 73 45 193 0.62 0.77 0 0.24 251.35 0.62 0.47
Hex 49 2D C1 3E 4D 0 18 FB 3E 2F
Octal 111 55 301 76 115 0 30 373 76 57
Binary 1001001 101101 11000001 111110 1001101 0 11000 11111011 111110 101111

Color Harmonies of #492DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492DC1

Black with #492DC1

Text Example


Text Example

White with #492DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492DC1; }

 p { color: rgb(73,45,193); }

 H1.HeaderClassName
 {
   color: #492DC1;
 }
 .AnyTagClassName
 {
   color: #492DC1;
 }
</style>

background-color css

<style>
 a { background-color: #492DC1; }

 a { background-color: rgb(73,45,193); }

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

border-color css

<style>
 span { border-color: #492DC1; }

 span { border-color: rgb(73,45,193); }

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