Html Css Color HEX #491CBC Purple Heart

📋 copy color: '#491CBC'

red 73 ◦ green 28 ◦ blue 188

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

Shades of Purple Heart #491CBC

Tints of Purple Heart #491CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 65.05%

R = 25.26%
G = 9.69%
B = 65.05%

CMYK

 C value IS 0.61

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#491CBC (or 0x491CBC) is known color: Purple Heart. HEX triplet: 49, 1C and BC. RGB value is (73,28,188). Sum of RGB (Red+Green+Blue) = 73+28+188=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 28 (11.33% from 255 or 9.69% from 289); Blue value is 188 (73.83% from 255 or 65.05% from 289); Max value from RGB is 188 - color contains mainly: blue. Hex color #491CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491CBC is #B6E343. Grayscale: #3B3B3B. Windows color (decimal): -11985732 or 12328009. OLE color: 12328009.

HSL color Cylindrical-coordinate representation of color #491CBC: hue angle of 256.88º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #491CBC is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 73 28 188 -
CMYK 0.61 0.85 0 0.26
HSL 256.88º 0.74% 0.42% -
HSV(B) 256.88º 0.85% 0.74% -
XYZ 12.24 5.88 48.07 -
YUV 59.7 200.41 137.49 -
System Red Green Blue C M Y K H S L
Decimal 73 28 188 0.61 0.85 0 0.26 256.88 0.74 0.42
Hex 49 1C BC 3D 55 0 1A 101 4A 2A
Octal 111 34 274 75 125 0 32 401 112 52
Binary 1001001 11100 10111100 111101 1010101 0 11010 100000001 1001010 101010

Color Harmonies of #491CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491CBC

Black with #491CBC

Text Example


Text Example

White with #491CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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