Html Css Color HEX #492BD8 Purple Heart

📋 copy color: '#492BD8'

red 73 ◦ green 43 ◦ blue 216

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

Shades of Purple Heart #492BD8

Tints of Purple Heart #492BD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 65.06%

R = 21.99%
G = 12.95%
B = 65.06%

CMYK

 C value IS 0.66

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#492BD8 (or 0x492BD8) is known color: Purple Heart. HEX triplet: 49, 2B and D8. RGB value is (73,43,216). Sum of RGB (Red+Green+Blue) = 73+43+216=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 43 (17.19% from 255 or 12.95% from 332); Blue value is 216 (84.77% from 255 or 65.06% from 332); Max value from RGB is 216 - color contains mainly: blue. Hex color #492BD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492BD8 is #B6D427. Grayscale: #474747. Windows color (decimal): -11981864 or 14166857. OLE color: 14166857.

HSL color Cylindrical-coordinate representation of color #492BD8: hue angle of 250.4º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #492BD8 is Cyan = 0.66, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 73 43 216 -
CMYK 0.66 0.80 0 0.15
HSL 250.4º 0.69% 0.51% -
HSV(B) 250.4º 0.8% 0.85% -
XYZ 16.01 8.1 65.69 -
YUV 71.69 209.44 128.93 -
System Red Green Blue C M Y K H S L
Decimal 73 43 216 0.66 0.80 0 0.15 250.4 0.69 0.51
Hex 49 2B D8 42 50 0 F FA 45 33
Octal 111 53 330 102 120 0 17 372 105 63
Binary 1001001 101011 11011000 1000010 1010000 0 1111 11111010 1000101 110011

Color Harmonies of #492BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492BD8

Black with #492BD8

Text Example


Text Example

White with #492BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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