Html Css Color HEX #492ACC Purple Heart

📋 copy color: '#492ACC'

red 73 ◦ green 42 ◦ blue 204

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

Shades of Purple Heart #492ACC

Tints of Purple Heart #492ACC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.17%

 BLUE value IS 204 (80.08% from 255) = 63.95%

R = 22.88%
G = 13.17%
B = 63.95%

CMYK

 C value IS 0.64

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#492ACC (or 0x492ACC) is known color: Purple Heart. HEX triplet: 49, 2A and CC. RGB value is (73,42,204). Sum of RGB (Red+Green+Blue) = 73+42+204=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 42 (16.80% from 255 or 13.17% from 319); Blue value is 204 (80.08% from 255 or 63.95% from 319); Max value from RGB is 204 - color contains mainly: blue. Hex color #492ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492ACC is #B6D533. Grayscale: #454545. Windows color (decimal): -11982132 or 13380169. OLE color: 13380169.

HSL color Cylindrical-coordinate representation of color #492ACC: hue angle of 251.48º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #492ACC is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 73 42 204 -
CMYK 0.64 0.79 0 0.2
HSL 251.48º 0.66% 0.48% -
HSV(B) 251.48º 0.79% 0.8% -
XYZ 14.47 7.43 57.8 -
YUV 69.74 203.77 130.33 -
System Red Green Blue C M Y K H S L
Decimal 73 42 204 0.64 0.79 0 0.2 251.48 0.66 0.48
Hex 49 2A CC 40 4F 0 14 FB 42 30
Octal 111 52 314 100 117 0 24 373 102 60
Binary 1001001 101010 11001100 1000000 1001111 0 10100 11111011 1000010 110000

Color Harmonies of #492ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492ACC

Black with #492ACC

Text Example


Text Example

White with #492ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,42,204); }

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

background-color css

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

 a { background-color: rgb(73,42,204); }

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

border-color css

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

 span { border-color: rgb(73,42,204); }

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