Html Css Color HEX #492FBA Purple Heart

📋 copy color: '#492FBA'

red 73 ◦ green 47 ◦ blue 186

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

Shades of Purple Heart #492FBA

Tints of Purple Heart #492FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 60.78%

R = 23.86%
G = 15.36%
B = 60.78%

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

#492FBA (or 0x492FBA) is known color: Purple Heart. HEX triplet: 49, 2F and BA. RGB value is (73,47,186). Sum of RGB (Red+Green+Blue) = 73+47+186=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 47 (18.75% from 255 or 15.36% from 306); Blue value is 186 (73.05% from 255 or 60.78% from 306); Max value from RGB is 186 - color contains mainly: blue. Hex color #492FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492FBA is #B6D045. Grayscale: #464646. Windows color (decimal): -11980870 or 12201801. OLE color: 12201801.

HSL color Cylindrical-coordinate representation of color #492FBA: hue angle of 251.22º 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 #492FBA is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 47 186 -
CMYK 0.61 0.75 0 0.27
HSL 251.22º 0.6% 0.46% -
HSV(B) 251.22º 0.75% 0.73% -
XYZ 12.63 6.99 47.14 -
YUV 70.62 193.11 129.7 -
System Red Green Blue C M Y K H S L
Decimal 73 47 186 0.61 0.75 0 0.27 251.22 0.6 0.46
Hex 49 2F BA 3D 4B 0 1B FB 3C 2E
Octal 111 57 272 75 113 0 33 373 74 56
Binary 1001001 101111 10111010 111101 1001011 0 11011 11111011 111100 101110

Color Harmonies of #492FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492FBA

Black with #492FBA

Text Example


Text Example

White with #492FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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