#4C26C8

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

Shades of Purple Heart #4C26C8

Tints of Purple Heart #4C26C8

Color information

#4C26C8 (or 0x4C26C8) is unknown color: approx Purple Heart. HEX triplet: 4C, 26 and C8. RGB value is (76,38,200). Sum of RGB (Red+Green+Blue) = 76+38+200=314 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.20% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 200 (78.52% from 255 or 63.69% from 314); Max value from RGB is 200 - color contains mainly: blue. Hex color #4C26C8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C26C8 is #B3D937. Grayscale: #434343. Windows color (decimal): -11786552 or 13117004. OLE color: 13117004.

HSL color Cylindrical-coordinate representation of color #4C26C8: hue angle of 254.07º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4C26C8 is Cyan = 0.62, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB7638200-
CMYK0.620.8100.22
HSL254.07º68.07%46.67%-
HSV(B)254.07º81%78.43%-
XYZ14.17.0955.27-
YUV67.83202.59133.83-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.20%
GREEN value IS 38 (15.23% from 255) = 12.10%
BLUE value IS 200 (78.52% from 255) = 63.69%
R=24.20%
G=12.10%
B=63.69%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal76382000.620.8100.22254.0768.0746.67
Hex4C26C83E51016fe442f
Octal114463107612102637610457
Binary1001100100110110010001111101010001010110111111101000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C26C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C26C8; }

 p { color: rgb(76,38,200); }

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

<style>
 a { background-color: #4C26C8; }

 a { background-color: rgb(76,38,200); }

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

<style>
 span { border-color: #4C26C8; }

 span { border-color: rgb(76,38,200); }

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