Html Css Color HEX #4126BA Purple Heart

📋 copy color: '#4126BA'

red 65 ◦ green 38 ◦ blue 186

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

Shades of Purple Heart #4126BA

Tints of Purple Heart #4126BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 64.36%

R = 22.49%
G = 13.15%
B = 64.36%

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

#4126BA (or 0x4126BA) is known color: Purple Heart. HEX triplet: 41, 26 and BA. RGB value is (65,38,186). Sum of RGB (Red+Green+Blue) = 65+38+186=289 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.49% from 289); Green value is 38 (15.23% from 255 or 13.15% from 289); Blue value is 186 (73.05% from 255 or 64.36% from 289); Max value from RGB is 186 - color contains mainly: blue. Hex color #4126BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4126BA is #BED945. Grayscale: #3E3E3E. Windows color (decimal): -12507462 or 12199489. OLE color: 12199489.

HSL color Cylindrical-coordinate representation of color #4126BA: hue angle of 250.95º 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 #4126BA is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 65 38 186 -
CMYK 0.65 0.80 0 0.27
HSL 250.95º 0.66% 0.44% -
HSV(B) 250.95º 0.8% 0.73% -
XYZ 11.74 6.06 47 -
YUV 62.95 197.45 129.47 -
System Red Green Blue C M Y K H S L
Decimal 65 38 186 0.65 0.80 0 0.27 250.95 0.66 0.44
Hex 41 26 BA 41 50 0 1B FB 42 2C
Octal 101 46 272 101 120 0 33 373 102 54
Binary 1000001 100110 10111010 1000001 1010000 0 11011 11111011 1000010 101100

Color Harmonies of #4126BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4126BA

Black with #4126BA

Text Example


Text Example

White with #4126BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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