#3D0CB9

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

Shades of Purple Heart #3D0CB9

Tints of Purple Heart #3D0CB9

Color information

#3D0CB9 (or 0x3D0CB9) is unknown color: approx Purple Heart. HEX triplet: 3D, 0C and B9. RGB value is (61,12,185). Sum of RGB (Red+Green+Blue) = 61+12+185=258 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.64% from 258); Green value is 12 (5.08% from 255 or 4.65% from 258); Blue value is 185 (72.66% from 255 or 71.71% from 258); Max value from RGB is 185 - color contains mainly: blue. Hex color #3D0CB9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D0CB9 is #C2F346. Grayscale: #2D2D2D. Windows color (decimal): -12776263 or 12127293. OLE color: 12127293.

HSL color Cylindrical-coordinate representation of color #3D0CB9: hue angle of 256.99º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3D0CB9 is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6112185-
CMYK0.670.9400.27
HSL256.99º87.82%38.63%-
HSV(B)256.99º93.51%72.55%-
XYZ10.814.7646.25-
YUV46.37206.23138.43-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.64%
GREEN value IS 12 (5.08% from 255) = 4.65%
BLUE value IS 185 (72.66% from 255) = 71.71%
R=23.64%
G=4.65%
B=71.71%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal61121850.670.9400.27256.9987.8238.63
Hex3DCB9435E01B1015827
Octal751427110313603340113047
Binary111101110010111001100001110111100110111000000011011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,12,185); }

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

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

 a { background-color: rgb(61,12,185); }

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

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

 span { border-color: rgb(61,12,185); }

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