Html Css Color HEX #4128B5 Purple Heart

📋 copy color: '#4128B5'

red 65 ◦ green 40 ◦ blue 181

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

Shades of Purple Heart #4128B5

Tints of Purple Heart #4128B5

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.99%

 BLUE value IS 181 (71.09% from 255) = 63.29%

R = 22.73%
G = 13.99%
B = 63.29%

CMYK

 C value IS 0.64

 M value IS 0.78

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4128B5 (or 0x4128B5) is known color: Purple Heart. HEX triplet: 41, 28 and B5. RGB value is (65,40,181). Sum of RGB (Red+Green+Blue) = 65+40+181=286 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.73% from 286); Green value is 40 (16.02% from 255 or 13.99% from 286); Blue value is 181 (71.09% from 255 or 63.29% from 286); Max value from RGB is 181 - color contains mainly: blue. Hex color #4128B5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4128B5 is #BED74A. Grayscale: #3F3F3F. Windows color (decimal): -12506955 or 11872321. OLE color: 11872321.

HSL color Cylindrical-coordinate representation of color #4128B5: hue angle of 250.64º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4128B5 is Cyan = 0.64, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 65 40 181 -
CMYK 0.64 0.78 0 0.29
HSL 250.64º 0.64% 0.43% -
HSV(B) 250.64º 0.78% 0.71% -
XYZ 11.28 5.98 44.28 -
YUV 63.55 194.28 129.04 -
System Red Green Blue C M Y K H S L
Decimal 65 40 181 0.64 0.78 0 0.29 250.64 0.64 0.43
Hex 41 28 B5 40 4E 0 1D FB 40 2B
Octal 101 50 265 100 116 0 35 373 100 53
Binary 1000001 101000 10110101 1000000 1001110 0 11101 11111011 1000000 101011

Color Harmonies of #4128B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4128B5

Black with #4128B5

Text Example


Text Example

White with #4128B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4128B5; }

 p { color: rgb(65,40,181); }

 H1.HeaderClassName
 {
   color: #4128B5;
 }
 .AnyTagClassName
 {
   color: #4128B5;
 }
</style>

background-color css

<style>
 a { background-color: #4128B5; }

 a { background-color: rgb(65,40,181); }

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

border-color css

<style>
 span { border-color: #4128B5; }

 span { border-color: rgb(65,40,181); }

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