Html Css Color HEX #491CCC Purple Heart

📋 copy color: '#491CCC'

red 73 ◦ green 28 ◦ blue 204

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

Shades of Purple Heart #491CCC

Tints of Purple Heart #491CCC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.18%

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

R = 23.93%
G = 9.18%
B = 66.89%

CMYK

 C value IS 0.64

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#491CCC (or 0x491CCC) is known color: Purple Heart. HEX triplet: 49, 1C and CC. RGB value is (73,28,204). Sum of RGB (Red+Green+Blue) = 73+28+204=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 28 (11.33% from 255 or 9.18% from 305); Blue value is 204 (80.08% from 255 or 66.89% from 305); Max value from RGB is 204 - color contains mainly: blue. Hex color #491CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491CCC is #B6E333. Grayscale: #3C3C3C. Windows color (decimal): -11985716 or 13376585. OLE color: 13376585.

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

Color convert

RGB 73 28 204 -
CMYK 0.64 0.86 0 0.2
HSL 255.34º 0.76% 0.45% -
HSV(B) 255.34º 0.86% 0.8% -
XYZ 14.06 6.61 57.66 -
YUV 61.52 208.41 136.19 -
System Red Green Blue C M Y K H S L
Decimal 73 28 204 0.64 0.86 0 0.2 255.34 0.76 0.45
Hex 49 1C CC 40 56 0 14 FF 4C 2D
Octal 111 34 314 100 126 0 24 377 114 55
Binary 1001001 11100 11001100 1000000 1010110 0 10100 11111111 1001100 101101

Color Harmonies of #491CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491CCC

Black with #491CCC

Text Example


Text Example

White with #491CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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