Html Css Color HEX #492ECE Purple Heart

📋 copy color: '#492ECE'

red 73 ◦ green 46 ◦ blue 206

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

Shades of Purple Heart #492ECE

Tints of Purple Heart #492ECE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.15%

 BLUE value IS 206 (80.86% from 255) = 63.38%

R = 22.46%
G = 14.15%
B = 63.38%

CMYK

 C value IS 0.65

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#492ECE (or 0x492ECE) is known color: Purple Heart. HEX triplet: 49, 2E and CE. RGB value is (73,46,206). Sum of RGB (Red+Green+Blue) = 73+46+206=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 46 (18.36% from 255 or 14.15% from 325); Blue value is 206 (80.86% from 255 or 63.38% from 325); Max value from RGB is 206 - color contains mainly: blue. Hex color #492ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492ECE is #B6D131. Grayscale: #474747. Windows color (decimal): -11981106 or 13512265. OLE color: 13512265.

HSL color Cylindrical-coordinate representation of color #492ECE: hue angle of 250.12º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #492ECE is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 46 206 -
CMYK 0.65 0.78 0 0.19
HSL 250.13º 0.63% 0.49% -
HSV(B) 250.13º 0.78% 0.81% -
XYZ 14.87 7.83 59.12 -
YUV 72.31 203.45 128.49 -
System Red Green Blue C M Y K H S L
Decimal 73 46 206 0.65 0.78 0 0.19 250.13 0.63 0.49
Hex 49 2E CE 41 4E 0 13 FA 3F 31
Octal 111 56 316 101 116 0 23 372 77 61
Binary 1001001 101110 11001110 1000001 1001110 0 10011 11111010 111111 110001

Color Harmonies of #492ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492ECE

Black with #492ECE

Text Example


Text Example

White with #492ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,46,206); }

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

background-color css

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

 a { background-color: rgb(73,46,206); }

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

border-color css

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

 span { border-color: rgb(73,46,206); }

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