Html Css Color HEX #492CCC Purple Heart

📋 copy color: '#492CCC'

red 73 ◦ green 44 ◦ blue 204

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

Shades of Purple Heart #492CCC

Tints of Purple Heart #492CCC

RGB

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

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

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

R = 22.74%
G = 13.71%
B = 63.55%

CMYK

 C value IS 0.64

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#492CCC (or 0x492CCC) is known color: Purple Heart. HEX triplet: 49, 2C and CC. RGB value is (73,44,204). Sum of RGB (Red+Green+Blue) = 73+44+204=321 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.74% from 321); Green value is 44 (17.58% from 255 or 13.71% from 321); Blue value is 204 (80.08% from 255 or 63.55% from 321); Max value from RGB is 204 - color contains mainly: blue. Hex color #492CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492CCC is #B6D333. Grayscale: #464646. Windows color (decimal): -11981620 or 13380681. OLE color: 13380681.

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

Color convert

RGB 73 44 204 -
CMYK 0.64 0.78 0 0.2
HSL 250.88º 0.65% 0.49% -
HSV(B) 250.88º 0.78% 0.8% -
XYZ 14.55 7.58 57.82 -
YUV 70.91 203.11 129.49 -
System Red Green Blue C M Y K H S L
Decimal 73 44 204 0.64 0.78 0 0.2 250.88 0.65 0.49
Hex 49 2C CC 40 4E 0 14 FB 41 31
Octal 111 54 314 100 116 0 24 373 101 61
Binary 1001001 101100 11001100 1000000 1001110 0 10100 11111011 1000001 110001

Color Harmonies of #492CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492CCC

Black with #492CCC

Text Example


Text Example

White with #492CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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