Html Css Color HEX #4119BF Purple Heart

📋 copy color: '#4119BF'

red 65 ◦ green 25 ◦ blue 191

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

Shades of Purple Heart #4119BF

Tints of Purple Heart #4119BF

RGB

 RED value IS 65 (25.78% from 255) = 23.13%

 GREEN value IS 25 (10.16% from 255) = 8.9%

 BLUE value IS 191 (75% from 255) = 67.97%

R = 23.13%
G = 8.9%
B = 67.97%

CMYK

 C value IS 0.66

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4119BF (or 0x4119BF) is known color: Purple Heart. HEX triplet: 41, 19 and BF. RGB value is (65,25,191). Sum of RGB (Red+Green+Blue) = 65+25+191=281 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.13% from 281); Green value is 25 (10.16% from 255 or 8.90% from 281); Blue value is 191 (75% from 255 or 67.97% from 281); Max value from RGB is 191 - color contains mainly: blue. Hex color #4119BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4119BF is #BEE640. Grayscale: #373737. Windows color (decimal): -12510785 or 12523841. OLE color: 12523841.

HSL color Cylindrical-coordinate representation of color #4119BF: hue angle of 254.46º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4119BF is Cyan = 0.66, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 65 25 191 -
CMYK 0.66 0.87 0 0.25
HSL 254.46º 0.77% 0.42% -
HSV(B) 254.46º 0.87% 0.75% -
XYZ 11.93 5.58 49.74 -
YUV 55.88 204.25 134.5 -
System Red Green Blue C M Y K H S L
Decimal 65 25 191 0.66 0.87 0 0.25 254.46 0.77 0.42
Hex 41 19 BF 42 57 0 19 FE 4D 2A
Octal 101 31 277 102 127 0 31 376 115 52
Binary 1000001 11001 10111111 1000010 1010111 0 11001 11111110 1001101 101010

Color Harmonies of #4119BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4119BF

Black with #4119BF

Text Example


Text Example

White with #4119BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4119BF; }

 p { color: rgb(65,25,191); }

 H1.HeaderClassName
 {
   color: #4119BF;
 }
 .AnyTagClassName
 {
   color: #4119BF;
 }
</style>

background-color css

<style>
 a { background-color: #4119BF; }

 a { background-color: rgb(65,25,191); }

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

border-color css

<style>
 span { border-color: #4119BF; }

 span { border-color: rgb(65,25,191); }

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