#3D02C1

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

Shades of Purple Heart #3D02C1

Tints of Purple Heart #3D02C1

Color information

#3D02C1 (or 0x3D02C1) is unknown color: approx Purple Heart. HEX triplet: 3D, 02 and C1. RGB value is (61,2,193). Sum of RGB (Red+Green+Blue) = 61+2+193=256 (33% of max value = 765). Red value is 61 (24.22% from 255 or 23.83% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 193 (75.78% from 255 or 75.39% from 256); Max value from RGB is 193 - color contains mainly: blue. Hex color #3D02C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D02C1 is #C2FD3E. Grayscale: #282828. Windows color (decimal): -12778815 or 12649021. OLE color: 12649021.

HSL color Cylindrical-coordinate representation of color #3D02C1: hue angle of 258.53º 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 #3D02C1 is Cyan = 0.68, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB612193-
CMYK0.680.9900.24
HSL258.53º97.95%38.24%-
HSV(B)258.53º98.96%75.69%-
XYZ11.574.8950.79-
YUV41.42213.55141.97-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.83%
GREEN value IS 2 (1.17% from 255) = 0.78%
BLUE value IS 193 (75.78% from 255) = 75.39%
R=23.83%
G=0.78%
B=75.39%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal6121930.680.9900.24258.5397.9538.24
Hex3D2C144630181036226
Octal75230110414303040314246
Binary1111011011000001100010011000110110001000000111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D02C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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