Html Css Color HEX #4114BB Purple Heart

📋 copy color: '#4114BB'

red 65 ◦ green 20 ◦ blue 187

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

Shades of Purple Heart #4114BB

Tints of Purple Heart #4114BB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.35%

 BLUE value IS 187 (73.44% from 255) = 68.75%

R = 23.9%
G = 7.35%
B = 68.75%

CMYK

 C value IS 0.65

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4114BB (or 0x4114BB) is known color: Purple Heart. HEX triplet: 41, 14 and BB. RGB value is (65,20,187). Sum of RGB (Red+Green+Blue) = 65+20+187=272 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.90% from 272); Green value is 20 (8.20% from 255 or 7.35% from 272); Blue value is 187 (73.44% from 255 or 68.75% from 272); Max value from RGB is 187 - color contains mainly: blue. Hex color #4114BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4114BB is #BEEB44. Grayscale: #333333. Windows color (decimal): -12512069 or 12260417. OLE color: 12260417.

HSL color Cylindrical-coordinate representation of color #4114BB: hue angle of 256.17º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4114BB is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 65 20 187 -
CMYK 0.65 0.89 0 0.27
HSL 256.17º 0.81% 0.41% -
HSV(B) 256.17º 0.89% 0.73% -
XYZ 11.4 5.21 47.42 -
YUV 52.49 203.91 136.92 -
System Red Green Blue C M Y K H S L
Decimal 65 20 187 0.65 0.89 0 0.27 256.17 0.81 0.41
Hex 41 14 BB 41 59 0 1B 100 51 29
Octal 101 24 273 101 131 0 33 400 121 51
Binary 1000001 10100 10111011 1000001 1011001 0 11011 100000000 1010001 101001

Color Harmonies of #4114BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4114BB

Black with #4114BB

Text Example


Text Example

White with #4114BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4114BB; }

 p { color: rgb(65,20,187); }

 H1.HeaderClassName
 {
   color: #4114BB;
 }
 .AnyTagClassName
 {
   color: #4114BB;
 }
</style>

background-color css

<style>
 a { background-color: #4114BB; }

 a { background-color: rgb(65,20,187); }

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

border-color css

<style>
 span { border-color: #4114BB; }

 span { border-color: rgb(65,20,187); }

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