Html Css Color HEX #492AB8 Purple Heart

📋 copy color: '#492AB8'

red 73 ◦ green 42 ◦ blue 184

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

Shades of Purple Heart #492AB8

Tints of Purple Heart #492AB8

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.05%

 BLUE value IS 184 (72.27% from 255) = 61.54%

R = 24.41%
G = 14.05%
B = 61.54%

CMYK

 C value IS 0.60

 M value IS 0.77

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#492AB8 (or 0x492AB8) is known color: Purple Heart. HEX triplet: 49, 2A and B8. RGB value is (73,42,184). Sum of RGB (Red+Green+Blue) = 73+42+184=299 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.41% from 299); Green value is 42 (16.80% from 255 or 14.05% from 299); Blue value is 184 (72.27% from 255 or 61.54% from 299); Max value from RGB is 184 - color contains mainly: blue. Hex color #492AB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492AB8 is #B6D547. Grayscale: #424242. Windows color (decimal): -11982152 or 12069449. OLE color: 12069449.

HSL color Cylindrical-coordinate representation of color #492AB8: hue angle of 253.1º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #492AB8 is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 73 42 184 -
CMYK 0.60 0.77 0 0.28
HSL 253.1º 0.63% 0.44% -
HSV(B) 253.1º 0.77% 0.72% -
XYZ 12.23 6.53 45.96 -
YUV 67.46 193.77 131.95 -
System Red Green Blue C M Y K H S L
Decimal 73 42 184 0.60 0.77 0 0.28 253.1 0.63 0.44
Hex 49 2A B8 3C 4D 0 1C FD 3F 2C
Octal 111 52 270 74 115 0 34 375 77 54
Binary 1001001 101010 10111000 111100 1001101 0 11100 11111101 111111 101100

Color Harmonies of #492AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492AB8

Black with #492AB8

Text Example


Text Example

White with #492AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,42,184); }

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

background-color css

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

 a { background-color: rgb(73,42,184); }

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

border-color css

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

 span { border-color: rgb(73,42,184); }

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