Html Css Color HEX #492FD8 Purple Heart

📋 copy color: '#492FD8'

red 73 ◦ green 47 ◦ blue 216

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

Shades of Purple Heart #492FD8

Tints of Purple Heart #492FD8

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.99%

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

R = 21.73%
G = 13.99%
B = 64.29%

CMYK

 C value IS 0.66

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#492FD8 (or 0x492FD8) is known color: Purple Heart. HEX triplet: 49, 2F and D8. RGB value is (73,47,216). Sum of RGB (Red+Green+Blue) = 73+47+216=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 47 (18.75% from 255 or 13.99% from 336); Blue value is 216 (84.77% from 255 or 64.29% from 336); Max value from RGB is 216 - color contains mainly: blue. Hex color #492FD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492FD8 is #B6D027. Grayscale: #494949. Windows color (decimal): -11980840 or 14167881. OLE color: 14167881.

HSL color Cylindrical-coordinate representation of color #492FD8: hue angle of 249.23º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #492FD8 is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 73 47 216 -
CMYK 0.66 0.78 0 0.15
HSL 249.23º 0.68% 0.52% -
HSV(B) 249.23º 0.78% 0.85% -
XYZ 16.16 8.41 65.74 -
YUV 74.04 208.11 127.26 -
System Red Green Blue C M Y K H S L
Decimal 73 47 216 0.66 0.78 0 0.15 249.23 0.68 0.52
Hex 49 2F D8 42 4E 0 F F9 44 34
Octal 111 57 330 102 116 0 17 371 104 64
Binary 1001001 101111 11011000 1000010 1001110 0 1111 11111001 1000100 110100

Color Harmonies of #492FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492FD8

Black with #492FD8

Text Example


Text Example

White with #492FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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