Html Css Color HEX #492DCF Purple Heart

📋 copy color: '#492DCF'

red 73 ◦ green 45 ◦ blue 207

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

Shades of Purple Heart #492DCF

Tints of Purple Heart #492DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 63.69%

R = 22.46%
G = 13.85%
B = 63.69%

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

#492DCF (or 0x492DCF) is known color: Purple Heart. HEX triplet: 49, 2D and CF. RGB value is (73,45,207). Sum of RGB (Red+Green+Blue) = 73+45+207=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 45 (17.97% from 255 or 13.85% from 325); Blue value is 207 (81.25% from 255 or 63.69% from 325); Max value from RGB is 207 - color contains mainly: blue. Hex color #492DCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492DCF is #B6D230. Grayscale: #474747. Windows color (decimal): -11981361 or 13577545. OLE color: 13577545.

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

Color convert

RGB 73 45 207 -
CMYK 0.65 0.78 0 0.19
HSL 250.37º 0.64% 0.49% -
HSV(B) 250.37º 0.78% 0.81% -
XYZ 14.95 7.8 59.75 -
YUV 71.84 204.28 128.83 -
System Red Green Blue C M Y K H S L
Decimal 73 45 207 0.65 0.78 0 0.19 250.37 0.64 0.49
Hex 49 2D CF 41 4E 0 13 FA 40 31
Octal 111 55 317 101 116 0 23 372 100 61
Binary 1001001 101101 11001111 1000001 1001110 0 10011 11111010 1000000 110001

Color Harmonies of #492DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492DCF

Black with #492DCF

Text Example


Text Example

White with #492DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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