Html Css Color HEX #492FBE Purple Heart

📋 copy color: '#492FBE'

red 73 ◦ green 47 ◦ blue 190

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

Shades of Purple Heart #492FBE

Tints of Purple Heart #492FBE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.16%

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

R = 23.55%
G = 15.16%
B = 61.29%

CMYK

 C value IS 0.62

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#492FBE (or 0x492FBE) is known color: Purple Heart. HEX triplet: 49, 2F and BE. RGB value is (73,47,190). Sum of RGB (Red+Green+Blue) = 73+47+190=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 47 (18.75% from 255 or 15.16% from 310); Blue value is 190 (74.61% from 255 or 61.29% from 310); Max value from RGB is 190 - color contains mainly: blue. Hex color #492FBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492FBE is #B6D041. Grayscale: #464646. Windows color (decimal): -11980866 or 12463945. OLE color: 12463945.

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

Color convert

RGB 73 47 190 -
CMYK 0.62 0.75 0 0.25
HSL 250.91º 0.6% 0.46% -
HSV(B) 250.91º 0.75% 0.75% -
XYZ 13.06 7.17 49.41 -
YUV 71.08 195.11 129.37 -
System Red Green Blue C M Y K H S L
Decimal 73 47 190 0.62 0.75 0 0.25 250.91 0.6 0.46
Hex 49 2F BE 3E 4B 0 19 FB 3C 2E
Octal 111 57 276 76 113 0 31 373 74 56
Binary 1001001 101111 10111110 111110 1001011 0 11001 11111011 111100 101110

Color Harmonies of #492FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492FBE

Black with #492FBE

Text Example


Text Example

White with #492FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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