Html Css Color HEX #4126BC Purple Heart

📋 copy color: '#4126BC'

red 65 ◦ green 38 ◦ blue 188

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

Shades of Purple Heart #4126BC

Tints of Purple Heart #4126BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 64.6%

R = 22.34%
G = 13.06%
B = 64.6%

CMYK

 C value IS 0.65

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4126BC (or 0x4126BC) is known color: Purple Heart. HEX triplet: 41, 26 and BC. RGB value is (65,38,188). Sum of RGB (Red+Green+Blue) = 65+38+188=291 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.34% from 291); Green value is 38 (15.23% from 255 or 13.06% from 291); Blue value is 188 (73.83% from 255 or 64.60% from 291); Max value from RGB is 188 - color contains mainly: blue. Hex color #4126BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4126BC is #BED943. Grayscale: #3E3E3E. Windows color (decimal): -12507460 or 12330561. OLE color: 12330561.

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

Color convert

RGB 65 38 188 -
CMYK 0.65 0.80 0 0.26
HSL 250.8º 0.66% 0.44% -
HSV(B) 250.8º 0.8% 0.74% -
XYZ 11.95 6.14 48.13 -
YUV 63.17 198.45 129.3 -
System Red Green Blue C M Y K H S L
Decimal 65 38 188 0.65 0.80 0 0.26 250.8 0.66 0.44
Hex 41 26 BC 41 50 0 1A FB 42 2C
Octal 101 46 274 101 120 0 32 373 102 54
Binary 1000001 100110 10111100 1000001 1010000 0 11010 11111011 1000010 101100

Color Harmonies of #4126BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4126BC

Black with #4126BC

Text Example


Text Example

White with #4126BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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