Html Css Color HEX #4128D2 Purple Heart

📋 copy color: '#4128D2'

red 65 ◦ green 40 ◦ blue 210

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

Shades of Purple Heart #4128D2

Tints of Purple Heart #4128D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 66.67%

R = 20.63%
G = 12.7%
B = 66.67%

CMYK

 C value IS 0.69

 M value IS 0.81

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#4128D2 (or 0x4128D2) is known color: Purple Heart. HEX triplet: 41, 28 and D2. RGB value is (65,40,210). Sum of RGB (Red+Green+Blue) = 65+40+210=315 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.63% from 315); Green value is 40 (16.02% from 255 or 12.70% from 315); Blue value is 210 (82.42% from 255 or 66.67% from 315); Max value from RGB is 210 - color contains mainly: blue. Hex color #4128D2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4128D2 is #BED72D. Grayscale: #424242. Windows color (decimal): -12506926 or 13772865. OLE color: 13772865.

HSL color Cylindrical-coordinate representation of color #4128D2: hue angle of 248.82º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4128D2 is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 65 40 210 -
CMYK 0.69 0.81 0 0.18
HSL 248.82º 0.68% 0.49% -
HSV(B) 248.82º 0.81% 0.82% -
XYZ 14.57 7.29 61.61 -
YUV 66.86 208.78 126.68 -
System Red Green Blue C M Y K H S L
Decimal 65 40 210 0.69 0.81 0 0.18 248.82 0.68 0.49
Hex 41 28 D2 45 51 0 12 F9 44 31
Octal 101 50 322 105 121 0 22 371 104 61
Binary 1000001 101000 11010010 1000101 1010001 0 10010 11111001 1000100 110001

Color Harmonies of #4128D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4128D2

Black with #4128D2

Text Example


Text Example

White with #4128D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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