Html Css Color HEX #491DCB Purple Heart

📋 copy color: '#491DCB'

red 73 ◦ green 29 ◦ blue 203

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

Shades of Purple Heart #491DCB

Tints of Purple Heart #491DCB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.51%

 BLUE value IS 203 (79.69% from 255) = 66.56%

R = 23.93%
G = 9.51%
B = 66.56%

CMYK

 C value IS 0.64

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#491DCB (or 0x491DCB) is known color: Purple Heart. HEX triplet: 49, 1D and CB. RGB value is (73,29,203). Sum of RGB (Red+Green+Blue) = 73+29+203=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 29 (11.72% from 255 or 9.51% from 305); Blue value is 203 (79.69% from 255 or 66.56% from 305); Max value from RGB is 203 - color contains mainly: blue. Hex color #491DCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491DCB is #B6E234. Grayscale: #3D3D3D. Windows color (decimal): -11985461 or 13311305. OLE color: 13311305.

HSL color Cylindrical-coordinate representation of color #491DCB: hue angle of 255.17º degrees, saturation: 0.75, 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 #491DCB is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 73 29 203 -
CMYK 0.64 0.86 0 0.20
HSL 255.17º 0.75% 0.45% -
HSV(B) 255.17º 0.86% 0.8% -
XYZ 13.97 6.61 57.04 -
YUV 61.99 207.58 135.85 -
System Red Green Blue C M Y K H S L
Decimal 73 29 203 0.64 0.86 0 0.20 255.17 0.75 0.45
Hex 49 1D CB 40 56 0 14 FF 4B 2D
Octal 111 35 313 100 126 0 24 377 113 55
Binary 1001001 11101 11001011 1000000 1010110 0 10100 11111111 1001011 101101

Color Harmonies of #491DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491DCB

Black with #491DCB

Text Example


Text Example

White with #491DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,29,203); }

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

background-color css

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

 a { background-color: rgb(73,29,203); }

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

border-color css

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

 span { border-color: rgb(73,29,203); }

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