Html Css Color HEX #492BD6 Purple Heart

📋 copy color: '#492BD6'

red 73 ◦ green 43 ◦ blue 214

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

Shades of Purple Heart #492BD6

Tints of Purple Heart #492BD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 64.85%

R = 22.12%
G = 13.03%
B = 64.85%

CMYK

 C value IS 0.66

 M value IS 0.80

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#492BD6 (or 0x492BD6) is known color: Purple Heart. HEX triplet: 49, 2B and D6. RGB value is (73,43,214). Sum of RGB (Red+Green+Blue) = 73+43+214=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 43 (17.19% from 255 or 13.03% from 330); Blue value is 214 (83.98% from 255 or 64.85% from 330); Max value from RGB is 214 - color contains mainly: blue. Hex color #492BD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492BD6 is #B6D429. Grayscale: #464646. Windows color (decimal): -11981866 or 14035785. OLE color: 14035785.

HSL color Cylindrical-coordinate representation of color #492BD6: hue angle of 250.53º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #492BD6 is Cyan = 0.66, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 73 43 214 -
CMYK 0.66 0.80 0 0.16
HSL 250.53º 0.68% 0.5% -
HSV(B) 250.53º 0.8% 0.84% -
XYZ 15.75 8 64.33 -
YUV 71.46 208.44 129.1 -
System Red Green Blue C M Y K H S L
Decimal 73 43 214 0.66 0.80 0 0.16 250.53 0.68 0.5
Hex 49 2B D6 42 50 0 10 FB 44 32
Octal 111 53 326 102 120 0 20 373 104 62
Binary 1001001 101011 11010110 1000010 1010000 0 10000 11111011 1000100 110010

Color Harmonies of #492BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492BD6

Black with #492BD6

Text Example


Text Example

White with #492BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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