Html Css Color HEX #491BCF Purple Heart

📋 copy color: '#491BCF'

red 73 ◦ green 27 ◦ blue 207

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

Shades of Purple Heart #491BCF

Tints of Purple Heart #491BCF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.79%

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

R = 23.78%
G = 8.79%
B = 67.43%

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

#491BCF (or 0x491BCF) is known color: Purple Heart. HEX triplet: 49, 1B and CF. RGB value is (73,27,207). Sum of RGB (Red+Green+Blue) = 73+27+207=307 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.78% from 307); Green value is 27 (10.94% from 255 or 8.79% from 307); Blue value is 207 (81.25% from 255 or 67.43% from 307); Max value from RGB is 207 - color contains mainly: blue. Hex color #491BCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491BCF is #B6E430. Grayscale: #3C3C3C. Windows color (decimal): -11985969 or 13572937. OLE color: 13572937.

HSL color Cylindrical-coordinate representation of color #491BCF: hue angle of 255.33º degrees, saturation: 0.77, 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 #491BCF is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 27 207 -
CMYK 0.65 0.87 0 0.19
HSL 255.33º 0.77% 0.46% -
HSV(B) 255.33º 0.87% 0.81% -
XYZ 14.4 6.71 59.57 -
YUV 61.27 210.24 136.36 -
System Red Green Blue C M Y K H S L
Decimal 73 27 207 0.65 0.87 0 0.19 255.33 0.77 0.46
Hex 49 1B CF 41 57 0 13 FF 4D 2E
Octal 111 33 317 101 127 0 23 377 115 56
Binary 1001001 11011 11001111 1000001 1010111 0 10011 11111111 1001101 101110

Color Harmonies of #491BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491BCF

Black with #491BCF

Text Example


Text Example

White with #491BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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