Html Css Color HEX #492BD3 Purple Heart

📋 copy color: '#492BD3'

red 73 ◦ green 43 ◦ blue 211

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

Shades of Purple Heart #492BD3

Tints of Purple Heart #492BD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 64.53%

R = 22.32%
G = 13.15%
B = 64.53%

CMYK

 C value IS 0.65

 M value IS 0.80

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#492BD3 (or 0x492BD3) is known color: Purple Heart. HEX triplet: 49, 2B and D3. RGB value is (73,43,211). Sum of RGB (Red+Green+Blue) = 73+43+211=327 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.32% from 327); Green value is 43 (17.19% from 255 or 13.15% from 327); Blue value is 211 (82.81% from 255 or 64.53% from 327); Max value from RGB is 211 - color contains mainly: blue. Hex color #492BD3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492BD3 is #B6D42C. Grayscale: #464646. Windows color (decimal): -11981869 or 13839177. OLE color: 13839177.

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

Color convert

RGB 73 43 211 -
CMYK 0.65 0.80 0 0.17
HSL 250.71º 0.66% 0.5% -
HSV(B) 250.71º 0.8% 0.83% -
XYZ 15.37 7.85 62.33 -
YUV 71.12 206.94 129.34 -
System Red Green Blue C M Y K H S L
Decimal 73 43 211 0.65 0.80 0 0.17 250.71 0.66 0.5
Hex 49 2B D3 41 50 0 11 FB 42 32
Octal 111 53 323 101 120 0 21 373 102 62
Binary 1001001 101011 11010011 1000001 1010000 0 10001 11111011 1000010 110010

Color Harmonies of #492BD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492BD3

Black with #492BD3

Text Example


Text Example

White with #492BD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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