Html Css Color HEX #4126BB Purple Heart

📋 copy color: '#4126BB'

red 65 ◦ green 38 ◦ blue 187

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

Shades of Purple Heart #4126BB

Tints of Purple Heart #4126BB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.1%

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

R = 22.41%
G = 13.1%
B = 64.48%

CMYK

 C value IS 0.65

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4126BB (or 0x4126BB) is known color: Purple Heart. HEX triplet: 41, 26 and BB. RGB value is (65,38,187). Sum of RGB (Red+Green+Blue) = 65+38+187=290 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.41% from 290); Green value is 38 (15.23% from 255 or 13.10% from 290); Blue value is 187 (73.44% from 255 or 64.48% from 290); Max value from RGB is 187 - color contains mainly: blue. Hex color #4126BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4126BB is #BED944. Grayscale: #3E3E3E. Windows color (decimal): -12507461 or 12265025. OLE color: 12265025.

HSL color Cylindrical-coordinate representation of color #4126BB: hue angle of 250.87º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4126BB is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 65 38 187 -
CMYK 0.65 0.80 0 0.27
HSL 250.87º 0.66% 0.44% -
HSV(B) 250.87º 0.8% 0.73% -
XYZ 11.84 6.1 47.57 -
YUV 63.06 197.95 129.38 -
System Red Green Blue C M Y K H S L
Decimal 65 38 187 0.65 0.80 0 0.27 250.87 0.66 0.44
Hex 41 26 BB 41 50 0 1B FB 42 2C
Octal 101 46 273 101 120 0 33 373 102 54
Binary 1000001 100110 10111011 1000001 1010000 0 11011 11111011 1000010 101100

Color Harmonies of #4126BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4126BB

Black with #4126BB

Text Example


Text Example

White with #4126BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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