Html Css Color HEX #492DCE Purple Heart

📋 copy color: '#492DCE'

red 73 ◦ green 45 ◦ blue 206

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

Shades of Purple Heart #492DCE

Tints of Purple Heart #492DCE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.89%

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

R = 22.53%
G = 13.89%
B = 63.58%

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

#492DCE (or 0x492DCE) is known color: Purple Heart. HEX triplet: 49, 2D and CE. RGB value is (73,45,206). Sum of RGB (Red+Green+Blue) = 73+45+206=324 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.53% from 324); Green value is 45 (17.97% from 255 or 13.89% from 324); Blue value is 206 (80.86% from 255 or 63.58% from 324); Max value from RGB is 206 - color contains mainly: blue. Hex color #492DCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492DCE is #B6D231. Grayscale: #474747. Windows color (decimal): -11981362 or 13512009. OLE color: 13512009.

HSL color Cylindrical-coordinate representation of color #492DCE: hue angle of 250.43º degrees, saturation: 0.64, 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 #492DCE is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 45 206 -
CMYK 0.65 0.78 0 0.19
HSL 250.43º 0.64% 0.49% -
HSV(B) 250.43º 0.78% 0.81% -
XYZ 14.83 7.75 59.11 -
YUV 71.73 203.78 128.91 -
System Red Green Blue C M Y K H S L
Decimal 73 45 206 0.65 0.78 0 0.19 250.43 0.64 0.49
Hex 49 2D CE 41 4E 0 13 FA 40 31
Octal 111 55 316 101 116 0 23 372 100 61
Binary 1001001 101101 11001110 1000001 1001110 0 10011 11111010 1000000 110001

Color Harmonies of #492DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492DCE

Black with #492DCE

Text Example


Text Example

White with #492DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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