Html Css Color HEX #492FCD Purple Heart

📋 copy color: '#492FCD'

red 73 ◦ green 47 ◦ blue 205

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

Shades of Purple Heart #492FCD

Tints of Purple Heart #492FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 63.08%

R = 22.46%
G = 14.46%
B = 63.08%

CMYK

 C value IS 0.64

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#492FCD (or 0x492FCD) is known color: Purple Heart. HEX triplet: 49, 2F and CD. RGB value is (73,47,205). Sum of RGB (Red+Green+Blue) = 73+47+205=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 47 (18.75% from 255 or 14.46% from 325); Blue value is 205 (80.47% from 255 or 63.08% from 325); Max value from RGB is 205 - color contains mainly: blue. Hex color #492FCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492FCD is #B6D032. Grayscale: #484848. Windows color (decimal): -11980851 or 13446985. OLE color: 13446985.

HSL color Cylindrical-coordinate representation of color #492FCD: hue angle of 249.87º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #492FCD is Cyan = 0.64, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 73 47 205 -
CMYK 0.64 0.77 0 0.20
HSL 249.87º 0.63% 0.49% -
HSV(B) 249.87º 0.77% 0.8% -
XYZ 14.78 7.86 58.5 -
YUV 72.79 202.61 128.15 -
System Red Green Blue C M Y K H S L
Decimal 73 47 205 0.64 0.77 0 0.20 249.87 0.63 0.49
Hex 49 2F CD 40 4D 0 14 FA 3F 31
Octal 111 57 315 100 115 0 24 372 77 61
Binary 1001001 101111 11001101 1000000 1001101 0 10100 11111010 111111 110001

Color Harmonies of #492FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492FCD

Black with #492FCD

Text Example


Text Example

White with #492FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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