#3d0ac5

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

Shades of Purple Heart #3D0AC5

Tints of Purple Heart #3D0AC5

Color information

#3D0AC5 (or 0x3D0AC5) is unknown color: approx Purple Heart. HEX triplet: 3D, 0A and C5. RGB value is (61,10,197). Sum of RGB (Red+Green+Blue) = 61+10+197=268 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.76% from 268); Green value is 10 (4.30% from 255 or 3.73% from 268); Blue value is 197 (77.34% from 255 or 73.51% from 268); Max value from RGB is 197 - color contains mainly: blue. Hex color #3D0AC5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D0AC5 is #C2F53A. Grayscale: #2D2D2D. Windows color (decimal): -12776763 or 12913213. OLE color: 12913213.

HSL color Cylindrical-coordinate representation of color #3D0AC5: hue angle of 256.36º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3D0AC5 is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB6110197-
CMYK0.690.9500.23
HSL256.36º90.34%40.59%-
HSV(B)256.36º94.92%77.25%-
XYZ12.115.2453.2-
YUV46.57212.9138.29-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.76%
GREEN value IS 10 (4.30% from 255) = 3.73%
BLUE value IS 197 (77.34% from 255) = 73.51%
R=22.76%
G=3.73%
B=73.51%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal61101970.690.9500.23256.3690.3440.59
Hex3DAC5455F0171005a29
Octal751230510513702740013251
Binary111101101011000101100010110111110101111000000001011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3d0ac5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,10,197); }

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

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

 a { background-color: rgb(61,10,197); }

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

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

 span { border-color: rgb(61,10,197); }

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