Html Css Color HEX #492BAF Purple Heart

📋 copy color: '#492BAF'

red 73 ◦ green 43 ◦ blue 175

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

Shades of Purple Heart #492BAF

Tints of Purple Heart #492BAF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.78%

 BLUE value IS 175 (68.75% from 255) = 60.14%

R = 25.09%
G = 14.78%
B = 60.14%

CMYK

 C value IS 0.58

 M value IS 0.75

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#492BAF (or 0x492BAF) is known color: Purple Heart. HEX triplet: 49, 2B and AF. RGB value is (73,43,175). Sum of RGB (Red+Green+Blue) = 73+43+175=291 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.09% from 291); Green value is 43 (17.19% from 255 or 14.78% from 291); Blue value is 175 (68.75% from 255 or 60.14% from 291); Max value from RGB is 175 - color contains mainly: blue. Hex color #492BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492BAF is #B6D450. Grayscale: #424242. Windows color (decimal): -11981905 or 11479881. OLE color: 11479881.

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

Color convert

RGB 73 43 175 -
CMYK 0.58 0.75 0 0.31
HSL 253.64º 0.61% 0.43% -
HSV(B) 253.64º 0.75% 0.69% -
XYZ 11.35 6.24 41.16 -
YUV 67.02 188.94 132.27 -
System Red Green Blue C M Y K H S L
Decimal 73 43 175 0.58 0.75 0 0.31 253.64 0.61 0.43
Hex 49 2B AF 3A 4B 0 1F FE 3D 2B
Octal 111 53 257 72 113 0 37 376 75 53
Binary 1001001 101011 10101111 111010 1001011 0 11111 11111110 111101 101011

Color Harmonies of #492BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492BAF

Black with #492BAF

Text Example


Text Example

White with #492BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,43,175); }

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

background-color css

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

 a { background-color: rgb(73,43,175); }

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

border-color css

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

 span { border-color: rgb(73,43,175); }

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