Html Css Color HEX #4128B7 Purple Heart

📋 copy color: '#4128B7'

red 65 ◦ green 40 ◦ blue 183

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

Shades of Purple Heart #4128B7

Tints of Purple Heart #4128B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 63.54%

R = 22.57%
G = 13.89%
B = 63.54%

CMYK

 C value IS 0.64

 M value IS 0.78

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#4128B7 (or 0x4128B7) is known color: Purple Heart. HEX triplet: 41, 28 and B7. RGB value is (65,40,183). Sum of RGB (Red+Green+Blue) = 65+40+183=288 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.57% from 288); Green value is 40 (16.02% from 255 or 13.89% from 288); Blue value is 183 (71.88% from 255 or 63.54% from 288); Max value from RGB is 183 - color contains mainly: blue. Hex color #4128B7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4128B7 is #BED748. Grayscale: #3F3F3F. Windows color (decimal): -12506953 or 12003393. OLE color: 12003393.

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

Color convert

RGB 65 40 183 -
CMYK 0.64 0.78 0 0.28
HSL 250.49º 0.64% 0.44% -
HSV(B) 250.49º 0.78% 0.72% -
XYZ 11.49 6.06 45.36 -
YUV 63.78 195.28 128.87 -
System Red Green Blue C M Y K H S L
Decimal 65 40 183 0.64 0.78 0 0.28 250.49 0.64 0.44
Hex 41 28 B7 40 4E 0 1C FA 40 2C
Octal 101 50 267 100 116 0 34 372 100 54
Binary 1000001 101000 10110111 1000000 1001110 0 11100 11111010 1000000 101100

Color Harmonies of #4128B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4128B7

Black with #4128B7

Text Example


Text Example

White with #4128B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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