#4C35CE

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

Shades of Purple Heart #4C35CE

Tints of Purple Heart #4C35CE

Color information

#4C35CE (or 0x4C35CE) is unknown color: approx Purple Heart. HEX triplet: 4C, 35 and CE. RGB value is (76,53,206). Sum of RGB (Red+Green+Blue) = 76+53+206=335 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.69% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 206 (80.86% from 255 or 61.49% from 335); Max value from RGB is 206 - color contains mainly: blue. Hex color #4C35CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C35CE is #B3CA31. Grayscale: #4C4C4C. Windows color (decimal): -11782706 or 13514060. OLE color: 13514060.

HSL color Cylindrical-coordinate representation of color #4C35CE: hue angle of 249.02º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4C35CE is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB7653206-
CMYK0.630.7400.19
HSL249.02º60.96%50.78%-
HSV(B)249.02º74.27%80.78%-
XYZ15.398.5459.23-
YUV77.32200.62127.06-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.69%
GREEN value IS 53 (21.09% from 255) = 15.82%
BLUE value IS 206 (80.86% from 255) = 61.49%
R=22.69%
G=15.82%
B=61.49%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal76532060.630.7400.19249.0260.9650.78
Hex4C35CE3F4A013f93d33
Octal11465316771120233717563
Binary100110011010111001110111111100101001001111111001111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C35CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,53,206); }

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

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

 a { background-color: rgb(76,53,206); }

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

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

 span { border-color: rgb(76,53,206); }

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