Html Css Color HEX #492CCA Purple Heart

📋 copy color: '#492CCA'

red 73 ◦ green 44 ◦ blue 202

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

Shades of Purple Heart #492CCA

Tints of Purple Heart #492CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 63.32%

R = 22.88%
G = 13.79%
B = 63.32%

CMYK

 C value IS 0.64

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#492CCA (or 0x492CCA) is known color: Purple Heart. HEX triplet: 49, 2C and CA. RGB value is (73,44,202). Sum of RGB (Red+Green+Blue) = 73+44+202=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 44 (17.58% from 255 or 13.79% from 319); Blue value is 202 (79.30% from 255 or 63.32% from 319); Max value from RGB is 202 - color contains mainly: blue. Hex color #492CCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492CCA is #B6D335. Grayscale: #464646. Windows color (decimal): -11981622 or 13249609. OLE color: 13249609.

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

Color convert

RGB 73 44 202 -
CMYK 0.64 0.78 0 0.21
HSL 251.01º 0.64% 0.48% -
HSV(B) 251.01º 0.78% 0.79% -
XYZ 14.31 7.48 56.57 -
YUV 70.68 202.11 129.65 -
System Red Green Blue C M Y K H S L
Decimal 73 44 202 0.64 0.78 0 0.21 251.01 0.64 0.48
Hex 49 2C CA 40 4E 0 15 FB 40 30
Octal 111 54 312 100 116 0 25 373 100 60
Binary 1001001 101100 11001010 1000000 1001110 0 10101 11111011 1000000 110000

Color Harmonies of #492CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492CCA

Black with #492CCA

Text Example


Text Example

White with #492CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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