Html Css Color HEX #492DBF Purple Heart

📋 copy color: '#492DBF'

red 73 ◦ green 45 ◦ blue 191

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

Shades of Purple Heart #492DBF

Tints of Purple Heart #492DBF

RGB

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

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

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

R = 23.62%
G = 14.56%
B = 61.81%

CMYK

 C value IS 0.62

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#492DBF (or 0x492DBF) is known color: Purple Heart. HEX triplet: 49, 2D and BF. RGB value is (73,45,191). Sum of RGB (Red+Green+Blue) = 73+45+191=309 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.62% from 309); Green value is 45 (17.97% from 255 or 14.56% from 309); Blue value is 191 (75% from 255 or 61.81% from 309); Max value from RGB is 191 - color contains mainly: blue. Hex color #492DBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492DBF is #B6D240. Grayscale: #454545. Windows color (decimal): -11981377 or 12528969. OLE color: 12528969.

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

Color convert

RGB 73 45 191 -
CMYK 0.62 0.76 0 0.25
HSL 251.51º 0.62% 0.46% -
HSV(B) 251.51º 0.76% 0.75% -
XYZ 13.09 7.05 49.96 -
YUV 70.02 196.28 130.13 -
System Red Green Blue C M Y K H S L
Decimal 73 45 191 0.62 0.76 0 0.25 251.51 0.62 0.46
Hex 49 2D BF 3E 4C 0 19 FC 3E 2E
Octal 111 55 277 76 114 0 31 374 76 56
Binary 1001001 101101 10111111 111110 1001100 0 11001 11111100 111110 101110

Color Harmonies of #492DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492DBF

Black with #492DBF

Text Example


Text Example

White with #492DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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