Html Css Color HEX #491FCA Purple Heart

📋 copy color: '#491FCA'

red 73 ◦ green 31 ◦ blue 202

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

Shades of Purple Heart #491FCA

Tints of Purple Heart #491FCA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.13%

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

R = 23.86%
G = 10.13%
B = 66.01%

CMYK

 C value IS 0.64

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#491FCA (or 0x491FCA) is known color: Purple Heart. HEX triplet: 49, 1F and CA. RGB value is (73,31,202). Sum of RGB (Red+Green+Blue) = 73+31+202=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 31 (12.5% from 255 or 10.13% from 306); Blue value is 202 (79.30% from 255 or 66.01% from 306); Max value from RGB is 202 - color contains mainly: blue. Hex color #491FCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491FCA is #B6E035. Grayscale: #3E3E3E. Windows color (decimal): -11984950 or 13246281. OLE color: 13246281.

HSL color Cylindrical-coordinate representation of color #491FCA: hue angle of 254.74º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #491FCA is Cyan = 0.64, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 73 31 202 -
CMYK 0.64 0.85 0 0.21
HSL 254.74º 0.73% 0.46% -
HSV(B) 254.74º 0.85% 0.79% -
XYZ 13.9 6.66 56.43 -
YUV 63.05 206.41 135.1 -
System Red Green Blue C M Y K H S L
Decimal 73 31 202 0.64 0.85 0 0.21 254.74 0.73 0.46
Hex 49 1F CA 40 55 0 15 FF 49 2E
Octal 111 37 312 100 125 0 25 377 111 56
Binary 1001001 11111 11001010 1000000 1010101 0 10101 11111111 1001001 101110

Color Harmonies of #491FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491FCA

Black with #491FCA

Text Example


Text Example

White with #491FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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