#4129CC

Color #4129CC Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #4129CC

Tints of Purple Heart #4129CC

Color information

#4129CC (or 0x4129CC) is unknown color: approx Purple Heart. HEX triplet: 41, 29 and CC. RGB value is (65,41,204). Sum of RGB (Red+Green+Blue) = 65+41+204=310 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.97% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 204 (80.08% from 255 or 65.81% from 310); Max value from RGB is 204 - color contains mainly: blue. Hex color #4129CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4129CC is #BED633. Grayscale: #424242. Windows color (decimal): -12506676 or 13379905. OLE color: 13379905.

HSL color Cylindrical-coordinate representation of color #4129CC: hue angle of 248.83º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4129CC is Cyan = 0.68, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB6541204-
CMYK0.680.8000.2
HSL248.83º66.53%48.04%-
HSV(B)248.83º79.9%80%-
XYZ13.877.0757.76-
YUV66.76205.45126.75-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.97%
GREEN value IS 41 (16.41% from 255) = 13.23%
BLUE value IS 204 (80.08% from 255) = 65.81%
R=20.97%
G=13.23%
B=65.81%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal65412040.680.8000.2248.8366.5348.04
Hex4129CC4450014f94330
Octal1015131410412002437110360
Binary10000011010011100110010001001010000010100111110011000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4129CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4129CC; }

 p { color: rgb(65,41,204); }

 H1.HeaderClassName
 {
   color: #4129CC;
 }
 .AnyTagClassName
 {
   color: #4129CC;
 }
</style>
background-color css

<style>
 a { background-color: #4129CC; }

 a { background-color: rgb(65,41,204); }

 div.DivClassName
 {
   background-color: #4129CC;
 }
 .BgClassName
 {
   background-color: #4129CC;
 }
</style>
border-color css

<style>
 span { border-color: #4129CC; }

 span { border-color: rgb(65,41,204); }

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