#4C34CE

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

Shades of Purple Heart #4C34CE

Tints of Purple Heart #4C34CE

Color information

#4C34CE (or 0x4C34CE) is unknown color: approx Purple Heart. HEX triplet: 4C, 34 and CE. RGB value is (76,52,206). Sum of RGB (Red+Green+Blue) = 76+52+206=334 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.75% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 206 (80.86% from 255 or 61.68% from 334); Max value from RGB is 206 - color contains mainly: blue. Hex color #4C34CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C34CE is #B3CB31. Grayscale: #4C4C4C. Windows color (decimal): -11782962 or 13513804. OLE color: 13513804.

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

Color convert

RGB7652206-
CMYK0.630.7500.19
HSL249.35º61.11%50.59%-
HSV(B)249.35º74.76%80.78%-
XYZ15.358.4559.21-
YUV76.73200.95127.48-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.75%
GREEN value IS 52 (20.70% from 255) = 15.57%
BLUE value IS 206 (80.86% from 255) = 61.68%
R=22.75%
G=15.57%
B=61.68%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal76522060.630.7500.19249.3561.1150.59
Hex4C34CE3F4B013f93d33
Octal11464316771130233717563
Binary100110011010011001110111111100101101001111111001111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C34CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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