Html Css Color HEX #492FBB Purple Heart

📋 copy color: '#492FBB'

red 73 ◦ green 47 ◦ blue 187

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

Shades of Purple Heart #492FBB

Tints of Purple Heart #492FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 60.91%

R = 23.78%
G = 15.31%
B = 60.91%

CMYK

 C value IS 0.61

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#492FBB (or 0x492FBB) is known color: Purple Heart. HEX triplet: 49, 2F and BB. RGB value is (73,47,187). Sum of RGB (Red+Green+Blue) = 73+47+187=307 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.78% from 307); Green value is 47 (18.75% from 255 or 15.31% from 307); Blue value is 187 (73.44% from 255 or 60.91% from 307); Max value from RGB is 187 - color contains mainly: blue. Hex color #492FBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492FBB is #B6D044. Grayscale: #464646. Windows color (decimal): -11980869 or 12267337. OLE color: 12267337.

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

Color convert

RGB 73 47 187 -
CMYK 0.61 0.75 0 0.27
HSL 251.14º 0.6% 0.46% -
HSV(B) 251.14º 0.75% 0.73% -
XYZ 12.73 7.04 47.7 -
YUV 70.73 193.61 129.62 -
System Red Green Blue C M Y K H S L
Decimal 73 47 187 0.61 0.75 0 0.27 251.14 0.6 0.46
Hex 49 2F BB 3D 4B 0 1B FB 3C 2E
Octal 111 57 273 75 113 0 33 373 74 56
Binary 1001001 101111 10111011 111101 1001011 0 11011 11111011 111100 101110

Color Harmonies of #492FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492FBB

Black with #492FBB

Text Example


Text Example

White with #492FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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