Html Css Color HEX #492DBE Purple Heart

📋 copy color: '#492DBE'

red 73 ◦ green 45 ◦ blue 190

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

Shades of Purple Heart #492DBE

Tints of Purple Heart #492DBE

RGB

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

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

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

R = 23.7%
G = 14.61%
B = 61.69%

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

#492DBE (or 0x492DBE) is known color: Purple Heart. HEX triplet: 49, 2D and BE. RGB value is (73,45,190). Sum of RGB (Red+Green+Blue) = 73+45+190=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 45 (17.97% from 255 or 14.61% from 308); Blue value is 190 (74.61% from 255 or 61.69% from 308); Max value from RGB is 190 - color contains mainly: blue. Hex color #492DBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492DBE is #B6D241. Grayscale: #454545. Windows color (decimal): -11981378 or 12463433. OLE color: 12463433.

HSL color Cylindrical-coordinate representation of color #492DBE: hue angle of 251.59º 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 #492DBE is Cyan = 0.62, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 45 190 -
CMYK 0.62 0.76 0 0.25
HSL 251.59º 0.62% 0.46% -
HSV(B) 251.59º 0.76% 0.75% -
XYZ 12.98 7.01 49.38 -
YUV 69.9 195.78 130.21 -
System Red Green Blue C M Y K H S L
Decimal 73 45 190 0.62 0.76 0 0.25 251.59 0.62 0.46
Hex 49 2D BE 3E 4C 0 19 FC 3E 2E
Octal 111 55 276 76 114 0 31 374 76 56
Binary 1001001 101101 10111110 111110 1001100 0 11001 11111100 111110 101110

Color Harmonies of #492DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492DBE

Black with #492DBE

Text Example


Text Example

White with #492DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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