Html Css Color HEX #4128CE Purple Heart

📋 copy color: '#4128CE'

red 65 ◦ green 40 ◦ blue 206

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

Shades of Purple Heart #4128CE

Tints of Purple Heart #4128CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 66.24%

R = 20.9%
G = 12.86%
B = 66.24%

CMYK

 C value IS 0.68

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4128CE (or 0x4128CE) is known color: Purple Heart. HEX triplet: 41, 28 and CE. RGB value is (65,40,206). Sum of RGB (Red+Green+Blue) = 65+40+206=311 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.90% from 311); Green value is 40 (16.02% from 255 or 12.86% from 311); Blue value is 206 (80.86% from 255 or 66.24% from 311); Max value from RGB is 206 - color contains mainly: blue. Hex color #4128CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4128CE is #BED731. Grayscale: #414141. Windows color (decimal): -12506930 or 13510721. OLE color: 13510721.

HSL color Cylindrical-coordinate representation of color #4128CE: hue angle of 249.04º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4128CE is Cyan = 0.68, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 65 40 206 -
CMYK 0.68 0.81 0 0.19
HSL 249.04º 0.67% 0.48% -
HSV(B) 249.04º 0.81% 0.81% -
XYZ 14.08 7.1 59.02 -
YUV 66.4 206.78 127 -
System Red Green Blue C M Y K H S L
Decimal 65 40 206 0.68 0.81 0 0.19 249.04 0.67 0.48
Hex 41 28 CE 44 51 0 13 F9 43 30
Octal 101 50 316 104 121 0 23 371 103 60
Binary 1000001 101000 11001110 1000100 1010001 0 10011 11111001 1000011 110000

Color Harmonies of #4128CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4128CE

Black with #4128CE

Text Example


Text Example

White with #4128CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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