Html Css Color HEX #491ACF Purple Heart

📋 copy color: '#491ACF'

red 73 ◦ green 26 ◦ blue 207

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

Shades of Purple Heart #491ACF

Tints of Purple Heart #491ACF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.5%

 BLUE value IS 207 (81.25% from 255) = 67.65%

R = 23.86%
G = 8.5%
B = 67.65%

CMYK

 C value IS 0.65

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#491ACF (or 0x491ACF) is known color: Purple Heart. HEX triplet: 49, 1A and CF. RGB value is (73,26,207). Sum of RGB (Red+Green+Blue) = 73+26+207=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 26 (10.55% from 255 or 8.50% from 306); Blue value is 207 (81.25% from 255 or 67.65% from 306); Max value from RGB is 207 - color contains mainly: blue. Hex color #491ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491ACF is #B6E530. Grayscale: #3C3C3C. Windows color (decimal): -11986225 or 13572681. OLE color: 13572681.

HSL color Cylindrical-coordinate representation of color #491ACF: hue angle of 255.58º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #491ACF is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 26 207 -
CMYK 0.65 0.87 0 0.19
HSL 255.58º 0.78% 0.46% -
HSV(B) 255.58º 0.87% 0.81% -
XYZ 14.38 6.66 59.56 -
YUV 60.69 210.57 136.78 -
System Red Green Blue C M Y K H S L
Decimal 73 26 207 0.65 0.87 0 0.19 255.58 0.78 0.46
Hex 49 1A CF 41 57 0 13 100 4E 2E
Octal 111 32 317 101 127 0 23 400 116 56
Binary 1001001 11010 11001111 1000001 1010111 0 10011 100000000 1001110 101110

Color Harmonies of #491ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491ACF

Black with #491ACF

Text Example


Text Example

White with #491ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,26,207); }

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

background-color css

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

 a { background-color: rgb(73,26,207); }

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

border-color css

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

 span { border-color: rgb(73,26,207); }

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