#3D0ABC

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

Shades of Purple Heart #3D0ABC

Tints of Purple Heart #3D0ABC

Color information

#3D0ABC (or 0x3D0ABC) is unknown color: approx Purple Heart. HEX triplet: 3D, 0A and BC. RGB value is (61,10,188). Sum of RGB (Red+Green+Blue) = 61+10+188=259 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.55% from 259); Green value is 10 (4.30% from 255 or 3.86% from 259); Blue value is 188 (73.83% from 255 or 72.59% from 259); Max value from RGB is 188 - color contains mainly: blue. Hex color #3D0ABC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D0ABC is #C2F543. Grayscale: #2C2C2C. Windows color (decimal): -12776772 or 12323389. OLE color: 12323389.

HSL color Cylindrical-coordinate representation of color #3D0ABC: hue angle of 257.19º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3D0ABC is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6110188-
CMYK0.680.9500.26
HSL257.19º89.9%38.82%-
HSV(B)257.19º94.68%73.73%-
XYZ11.114.8447.93-
YUV45.54208.4139.03-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.55%
GREEN value IS 10 (4.30% from 255) = 3.86%
BLUE value IS 188 (73.83% from 255) = 72.59%
R=23.55%
G=3.86%
B=72.59%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal61101880.680.9500.26257.1989.938.82
Hex3DABC445F01A1015a27
Octal751227410413703240113247
Binary111101101010111100100010010111110110101000000011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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