#3C02C1

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

Shades of Purple Heart #3C02C1

Tints of Purple Heart #3C02C1

Color information

#3C02C1 (or 0x3C02C1) is unknown color: approx Purple Heart. HEX triplet: 3C, 02 and C1. RGB value is (60,2,193). Sum of RGB (Red+Green+Blue) = 60+2+193=255 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.53% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 193 (75.78% from 255 or 75.69% from 255); Max value from RGB is 193 - color contains mainly: blue. Hex color #3C02C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C02C1 is #C3FD3E. Grayscale: #282828. Windows color (decimal): -12844351 or 12649020. OLE color: 12649020.

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

Color convert

RGB602193-
CMYK0.690.9900.24
HSL258.22º97.95%38.24%-
HSV(B)258.22º98.96%75.69%-
XYZ11.514.8550.78-
YUV41.12213.72141.47-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.53%
GREEN value IS 2 (1.17% from 255) = 0.78%
BLUE value IS 193 (75.78% from 255) = 75.69%
R=23.53%
G=0.78%
B=75.69%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal6021930.690.9900.24258.2297.9538.24
Hex3C2C145630181026226
Octal74230110514303040214246
Binary1111001011000001100010111000110110001000000101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C02C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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