Html Css Color HEX #492BB8 Purple Heart

📋 copy color: '#492BB8'

red 73 ◦ green 43 ◦ blue 184

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

Shades of Purple Heart #492BB8

Tints of Purple Heart #492BB8

RGB

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

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

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

R = 24.33%
G = 14.33%
B = 61.33%

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

#492BB8 (or 0x492BB8) is known color: Purple Heart. HEX triplet: 49, 2B and B8. RGB value is (73,43,184). Sum of RGB (Red+Green+Blue) = 73+43+184=300 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.33% from 300); Green value is 43 (17.19% from 255 or 14.33% from 300); Blue value is 184 (72.27% from 255 or 61.33% from 300); Max value from RGB is 184 - color contains mainly: blue. Hex color #492BB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492BB8 is #B6D447. Grayscale: #434343. Windows color (decimal): -11981896 or 12069705. OLE color: 12069705.

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

Color convert

RGB 73 43 184 -
CMYK 0.60 0.77 0 0.28
HSL 252.77º 0.62% 0.45% -
HSV(B) 252.77º 0.77% 0.72% -
XYZ 12.26 6.6 45.98 -
YUV 68.04 193.44 131.54 -
System Red Green Blue C M Y K H S L
Decimal 73 43 184 0.60 0.77 0 0.28 252.77 0.62 0.45
Hex 49 2B B8 3C 4D 0 1C FD 3E 2D
Octal 111 53 270 74 115 0 34 375 76 55
Binary 1001001 101011 10111000 111100 1001101 0 11100 11111101 111110 101101

Color Harmonies of #492BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492BB8

Black with #492BB8

Text Example


Text Example

White with #492BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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