#4C04CD

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

Shades of Purple Heart #4C04CD

Tints of Purple Heart #4C04CD

Color information

#4C04CD (or 0x4C04CD) is unknown color: approx Purple Heart. HEX triplet: 4C, 04 and CD. RGB value is (76,4,205). Sum of RGB (Red+Green+Blue) = 76+4+205=285 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.67% from 285); Green value is 4 (1.95% from 255 or 1.40% from 285); Blue value is 205 (80.47% from 255 or 71.93% from 285); Max value from RGB is 205 - color contains mainly: blue. Hex color #4C04CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C04CD is #B3FB32. Grayscale: #2F2F2F. Windows color (decimal): -11795251 or 13435980. OLE color: 13435980.

HSL color Cylindrical-coordinate representation of color #4C04CD: hue angle of 261.49º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4C04CD is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB764205-
CMYK0.630.9800.20
HSL261.49º96.17%40.98%-
HSV(B)261.49º98.05%80.39%-
XYZ14.046.0358.18-
YUV48.44216.35147.66-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.67%
GREEN value IS 4 (1.95% from 255) = 1.40%
BLUE value IS 205 (80.47% from 255) = 71.93%
R=26.67%
G=1.40%
B=71.93%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal7642050.630.9800.20261.4996.1740.98
Hex4C4CD3F620141056029
Octal11443157714202440514051
Binary10011001001100110111111111000100101001000001011100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C04CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,4,205); }

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

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

 a { background-color: rgb(76,4,205); }

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

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

 span { border-color: rgb(76,4,205); }

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