Html Css Color HEX #492CD5 Purple Heart

📋 copy color: '#492CD5'

red 73 ◦ green 44 ◦ blue 213

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

Shades of Purple Heart #492CD5

Tints of Purple Heart #492CD5

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.33%

 BLUE value IS 213 (83.59% from 255) = 64.55%

R = 22.12%
G = 13.33%
B = 64.55%

CMYK

 C value IS 0.66

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#492CD5 (or 0x492CD5) is known color: Purple Heart. HEX triplet: 49, 2C and D5. RGB value is (73,44,213). Sum of RGB (Red+Green+Blue) = 73+44+213=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 44 (17.58% from 255 or 13.33% from 330); Blue value is 213 (83.59% from 255 or 64.55% from 330); Max value from RGB is 213 - color contains mainly: blue. Hex color #492CD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492CD5 is #B6D32A. Grayscale: #474747. Windows color (decimal): -11981611 or 13970505. OLE color: 13970505.

HSL color Cylindrical-coordinate representation of color #492CD5: hue angle of 250.3º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #492CD5 is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 73 44 213 -
CMYK 0.66 0.79 0 0.16
HSL 250.3º 0.67% 0.5% -
HSV(B) 250.3º 0.79% 0.84% -
XYZ 15.66 8.02 63.67 -
YUV 71.94 207.61 128.76 -
System Red Green Blue C M Y K H S L
Decimal 73 44 213 0.66 0.79 0 0.16 250.3 0.67 0.5
Hex 49 2C D5 42 4F 0 10 FA 43 32
Octal 111 54 325 102 117 0 20 372 103 62
Binary 1001001 101100 11010101 1000010 1001111 0 10000 11111010 1000011 110010

Color Harmonies of #492CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492CD5

Black with #492CD5

Text Example


Text Example

White with #492CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,44,213); }

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

background-color css

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

 a { background-color: rgb(73,44,213); }

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

border-color css

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

 span { border-color: rgb(73,44,213); }

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