Html Css Color HEX #492FB1 Purple Heart

📋 copy color: '#492FB1'

red 73 ◦ green 47 ◦ blue 177

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

Shades of Purple Heart #492FB1

Tints of Purple Heart #492FB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 59.6%

R = 24.58%
G = 15.82%
B = 59.6%

CMYK

 C value IS 0.59

 M value IS 0.73

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#492FB1 (or 0x492FB1) is known color: Purple Heart. HEX triplet: 49, 2F and B1. RGB value is (73,47,177). Sum of RGB (Red+Green+Blue) = 73+47+177=297 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.58% from 297); Green value is 47 (18.75% from 255 or 15.82% from 297); Blue value is 177 (69.53% from 255 or 59.60% from 297); Max value from RGB is 177 - color contains mainly: blue. Hex color #492FB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492FB1 is #B6D04E. Grayscale: #454545. Windows color (decimal): -11980879 or 11611977. OLE color: 11611977.

HSL color Cylindrical-coordinate representation of color #492FB1: hue angle of 252º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #492FB1 is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 73 47 177 -
CMYK 0.59 0.73 0 0.31
HSL 252º 0.58% 0.44% -
HSV(B) 252º 0.73% 0.69% -
XYZ 11.7 6.62 42.26 -
YUV 69.59 188.61 130.43 -
System Red Green Blue C M Y K H S L
Decimal 73 47 177 0.59 0.73 0 0.31 252 0.58 0.44
Hex 49 2F B1 3B 49 0 1F FC 3A 2C
Octal 111 57 261 73 111 0 37 374 72 54
Binary 1001001 101111 10110001 111011 1001001 0 11111 11111100 111010 101100

Color Harmonies of #492FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492FB1

Black with #492FB1

Text Example


Text Example

White with #492FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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