Html Css Color HEX #490FCB Purple Heart

📋 copy color: '#490FCB'

red 73 ◦ green 15 ◦ blue 203

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

Shades of Purple Heart #490FCB

Tints of Purple Heart #490FCB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.15%

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

R = 25.09%
G = 5.15%
B = 69.76%

CMYK

 C value IS 0.64

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#490FCB (or 0x490FCB) is known color: Purple Heart. HEX triplet: 49, 0F and CB. RGB value is (73,15,203). Sum of RGB (Red+Green+Blue) = 73+15+203=291 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.09% from 291); Green value is 15 (6.25% from 255 or 5.15% from 291); Blue value is 203 (79.69% from 255 or 69.76% from 291); Max value from RGB is 203 - color contains mainly: blue. Hex color #490FCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490FCB is #B6F034. Grayscale: #353535. Windows color (decimal): -11989045 or 13307721. OLE color: 13307721.

HSL color Cylindrical-coordinate representation of color #490FCB: hue angle of 258.51º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490FCB is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 73 15 203 -
CMYK 0.64 0.93 0 0.20
HSL 258.51º 0.86% 0.43% -
HSV(B) 258.51º 0.93% 0.8% -
XYZ 13.7 6.07 56.95 -
YUV 53.77 212.22 141.71 -
System Red Green Blue C M Y K H S L
Decimal 73 15 203 0.64 0.93 0 0.20 258.51 0.86 0.43
Hex 49 F CB 40 5D 0 14 103 56 2B
Octal 111 17 313 100 135 0 24 403 126 53
Binary 1001001 1111 11001011 1000000 1011101 0 10100 100000011 1010110 101011

Color Harmonies of #490FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490FCB

Black with #490FCB

Text Example


Text Example

White with #490FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490FCB; }

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

 H1.HeaderClassName
 {
   color: #490FCB;
 }
 .AnyTagClassName
 {
   color: #490FCB;
 }
</style>

background-color css

<style>
 a { background-color: #490FCB; }

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

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

border-color css

<style>
 span { border-color: #490FCB; }

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

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