Html Css Color HEX #492ABF Purple Heart

📋 copy color: '#492ABF'

red 73 ◦ green 42 ◦ blue 191

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

Shades of Purple Heart #492ABF

Tints of Purple Heart #492ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 62.42%

R = 23.86%
G = 13.73%
B = 62.42%

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

#492ABF (or 0x492ABF) is known color: Purple Heart. HEX triplet: 49, 2A and BF. RGB value is (73,42,191). Sum of RGB (Red+Green+Blue) = 73+42+191=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 42 (16.80% from 255 or 13.73% from 306); Blue value is 191 (75% from 255 or 62.42% from 306); Max value from RGB is 191 - color contains mainly: blue. Hex color #492ABF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492ABF is #B6D540. Grayscale: #434343. Windows color (decimal): -11982145 or 12528201. OLE color: 12528201.

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

Color convert

RGB 73 42 191 -
CMYK 0.62 0.78 0 0.25
HSL 252.48º 0.64% 0.46% -
HSV(B) 252.48º 0.78% 0.75% -
XYZ 12.98 6.83 49.93 -
YUV 68.26 197.27 131.38 -
System Red Green Blue C M Y K H S L
Decimal 73 42 191 0.62 0.78 0 0.25 252.48 0.64 0.46
Hex 49 2A BF 3E 4E 0 19 FC 40 2E
Octal 111 52 277 76 116 0 31 374 100 56
Binary 1001001 101010 10111111 111110 1001110 0 11001 11111100 1000000 101110

Color Harmonies of #492ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492ABF

Black with #492ABF

Text Example


Text Example

White with #492ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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