Html Css Color HEX #492EC6 Purple Heart

📋 copy color: '#492EC6'

red 73 ◦ green 46 ◦ blue 198

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

Shades of Purple Heart #492EC6

Tints of Purple Heart #492EC6

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.51%

 BLUE value IS 198 (77.73% from 255) = 62.46%

R = 23.03%
G = 14.51%
B = 62.46%

CMYK

 C value IS 0.63

 M value IS 0.77

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#492EC6 (or 0x492EC6) is known color: Purple Heart. HEX triplet: 49, 2E and C6. RGB value is (73,46,198). Sum of RGB (Red+Green+Blue) = 73+46+198=317 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.03% from 317); Green value is 46 (18.36% from 255 or 14.51% from 317); Blue value is 198 (77.73% from 255 or 62.46% from 317); Max value from RGB is 198 - color contains mainly: blue. Hex color #492EC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492EC6 is #B6D139. Grayscale: #464646. Windows color (decimal): -11981114 or 12987977. OLE color: 12987977.

HSL color Cylindrical-coordinate representation of color #492EC6: hue angle of 250.66º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #492EC6 is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 73 46 198 -
CMYK 0.63 0.77 0 0.22
HSL 250.66º 0.62% 0.48% -
HSV(B) 250.66º 0.77% 0.78% -
XYZ 13.92 7.45 54.13 -
YUV 71.4 199.45 129.14 -
System Red Green Blue C M Y K H S L
Decimal 73 46 198 0.63 0.77 0 0.22 250.66 0.62 0.48
Hex 49 2E C6 3F 4D 0 16 FB 3E 30
Octal 111 56 306 77 115 0 26 373 76 60
Binary 1001001 101110 11000110 111111 1001101 0 10110 11111011 111110 110000

Color Harmonies of #492EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492EC6

Black with #492EC6

Text Example


Text Example

White with #492EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,46,198); }

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

background-color css

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

 a { background-color: rgb(73,46,198); }

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

border-color css

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

 span { border-color: rgb(73,46,198); }

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