#3c00c1

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

Shades of Purple Heart #3C00C1

Tints of Purple Heart #3C00C1

Color information

#3C00C1 (or 0x3C00C1) is unknown color: approx Purple Heart. HEX triplet: 3C, 00 and C1. RGB value is (60,0,193). Sum of RGB (Red+Green+Blue) = 60+0+193=253 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.72% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 193 (75.78% from 255 or 76.28% from 253); Max value from RGB is 193 - color contains mainly: blue. Hex color #3C00C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C00C1 is #C3FF3E. Grayscale: #272727. Windows color (decimal): -12844863 or 12648508. OLE color: 12648508.

HSL color Cylindrical-coordinate representation of color #3C00C1: hue angle of 258.65º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3C00C1 is Cyan = 0.69, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB600193-
CMYK0.69100.24
HSL258.65º100%37.84%-
HSV(B)258.65º100%75.69%-
XYZ11.494.8150.78-
YUV39.94214.38142.31-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.72%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 193 (75.78% from 255) = 76.28%
R=23.72%
G=0%
B=76.28%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal6001930.69100.24258.6510037.84
Hex3C0C145640181036426
Octal74030110514403040314446
Binary111100011000001100010111001000110001000000111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3c00c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3c00c1; }

 p { color: rgb(60,0,193); }

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

<style>
 a { background-color: #3c00c1; }

 a { background-color: rgb(60,0,193); }

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

<style>
 span { border-color: #3c00c1; }

 span { border-color: rgb(60,0,193); }

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