Html Css Color HEX #492ABE Purple Heart

📋 copy color: '#492ABE'

red 73 ◦ green 42 ◦ blue 190

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

Shades of Purple Heart #492ABE

Tints of Purple Heart #492ABE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.77%

 BLUE value IS 190 (74.61% from 255) = 62.3%

R = 23.93%
G = 13.77%
B = 62.3%

CMYK

 C value IS 0.62

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#492ABE (or 0x492ABE) is known color: Purple Heart. HEX triplet: 49, 2A and BE. RGB value is (73,42,190). Sum of RGB (Red+Green+Blue) = 73+42+190=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 42 (16.80% from 255 or 13.77% from 305); Blue value is 190 (74.61% from 255 or 62.30% from 305); Max value from RGB is 190 - color contains mainly: blue. Hex color #492ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492ABE is #B6D541. Grayscale: #434343. Windows color (decimal): -11982146 or 12462665. OLE color: 12462665.

HSL color Cylindrical-coordinate representation of color #492ABE: hue angle of 252.57º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #492ABE is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 42 190 -
CMYK 0.62 0.78 0 0.25
HSL 252.57º 0.64% 0.45% -
HSV(B) 252.57º 0.78% 0.75% -
XYZ 12.87 6.79 49.35 -
YUV 68.14 196.77 131.47 -
System Red Green Blue C M Y K H S L
Decimal 73 42 190 0.62 0.78 0 0.25 252.57 0.64 0.45
Hex 49 2A BE 3E 4E 0 19 FD 40 2D
Octal 111 52 276 76 116 0 31 375 100 55
Binary 1001001 101010 10111110 111110 1001110 0 11001 11111101 1000000 101101

Color Harmonies of #492ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492ABE

Black with #492ABE

Text Example


Text Example

White with #492ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,42,190); }

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

background-color css

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

 a { background-color: rgb(73,42,190); }

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

border-color css

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

 span { border-color: rgb(73,42,190); }

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